mirror of
https://github.com/nextcloud/server.git
synced 2025-02-07 09:59:46 +00:00
7 lines
186 B
JavaScript
7 lines
186 B
JavaScript
OC.L10N.register(
|
|
"updatenotification",
|
|
{
|
|
"Updater" : "Yeniləyici",
|
|
"A new version is available: %s" : "Yeni versiya mövcuddur: %s"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|