diff options
-rw-r--r-- | apps/files/l10n/pl.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/pl.json | 1 | ||||
-rw-r--r-- | apps/files/l10n/sq.js | 3 | ||||
-rw-r--r-- | apps/files/l10n/sq.json | 3 | ||||
-rw-r--r-- | apps/files_external/l10n/pl.js | 1 | ||||
-rw-r--r-- | apps/files_external/l10n/pl.json | 1 | ||||
-rw-r--r-- | apps/files_external/l10n/sq.js | 2 | ||||
-rw-r--r-- | apps/files_external/l10n/sq.json | 2 | ||||
-rw-r--r-- | apps/user_ldap/l10n/pl.js | 1 | ||||
-rw-r--r-- | apps/user_ldap/l10n/pl.json | 1 | ||||
-rw-r--r-- | core/l10n/sq.js | 1 | ||||
-rw-r--r-- | core/l10n/sq.json | 1 | ||||
-rw-r--r-- | lib/l10n/pl.js | 1 | ||||
-rw-r--r-- | lib/l10n/pl.json | 1 | ||||
-rw-r--r-- | lib/l10n/ro.js | 5 | ||||
-rw-r--r-- | lib/l10n/ro.json | 5 |
16 files changed, 30 insertions, 0 deletions
diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js index 6a5b74a253f..01259a538ab 100644 --- a/apps/files/l10n/pl.js +++ b/apps/files/l10n/pl.js @@ -48,6 +48,7 @@ OC.L10N.register( "Could not move \"{file}\"" : "Nie można było przenieść \"{file}\"", "Could not create file \"{file}\"" : "Nie można było utworzyć pliku \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Nie można było utworzyć pliku \"{file}\", ponieważ ten plik już istnieje.", + "Could not create folder \"{dir}\"" : "Nie można utworzyć folderu „{dir}”", "Could not create folder \"{dir}\" because it already exists" : "Nie można utworzyć folderu „{dir}”, ponieważ już istnieje.", "Error deleting file \"{fileName}\"." : "Błąd podczas usuwania pliku „{fileName}”.", "No entries in this folder match '{filter}'" : "Brak wyników pasujących do '{filter}'", diff --git a/apps/files/l10n/pl.json b/apps/files/l10n/pl.json index e67527bc634..fd4d5116953 100644 --- a/apps/files/l10n/pl.json +++ b/apps/files/l10n/pl.json @@ -46,6 +46,7 @@ "Could not move \"{file}\"" : "Nie można było przenieść \"{file}\"", "Could not create file \"{file}\"" : "Nie można było utworzyć pliku \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Nie można było utworzyć pliku \"{file}\", ponieważ ten plik już istnieje.", + "Could not create folder \"{dir}\"" : "Nie można utworzyć folderu „{dir}”", "Could not create folder \"{dir}\" because it already exists" : "Nie można utworzyć folderu „{dir}”, ponieważ już istnieje.", "Error deleting file \"{fileName}\"." : "Błąd podczas usuwania pliku „{fileName}”.", "No entries in this folder match '{filter}'" : "Brak wyników pasujących do '{filter}'", diff --git a/apps/files/l10n/sq.js b/apps/files/l10n/sq.js index 6ec154a9ac3..c1485c154d7 100644 --- a/apps/files/l10n/sq.js +++ b/apps/files/l10n/sq.js @@ -32,8 +32,11 @@ OC.L10N.register( "Could not get result from server." : "S’mori dot përfundime nga shërbyesi.", "Uploading..." : "Po ngarkohet...", "..." : "...", + "{hours}:{minutes}:{seconds} hour{plural_s} left" : "{orë}:{minuta}:{sekonda} orë{shumë_s} majtas", "{hours}:{minutes}h" : "{hours}:{minutes}h", + "{minutes}:{seconds} minute{plural_s} left" : "{minuta}:{sekonda} minuta{shumë_s} majtas", "{minutes}:{seconds}m" : "{minutes}:{seconds}m", + "{seconds} second{plural_s} left" : "{sekonda} sekonda{shumë_s} majtas", "{seconds}s" : "{seconds}s", "Any moment now..." : "Në çdo çast tani…", "Soon..." : "Së shpejti…", diff --git a/apps/files/l10n/sq.json b/apps/files/l10n/sq.json index 5520c286f19..9b40e9f7c9d 100644 --- a/apps/files/l10n/sq.json +++ b/apps/files/l10n/sq.json @@ -30,8 +30,11 @@ "Could not get result from server." : "S’mori dot përfundime nga shërbyesi.", "Uploading..." : "Po ngarkohet...", "..." : "...", + "{hours}:{minutes}:{seconds} hour{plural_s} left" : "{orë}:{minuta}:{sekonda} orë{shumë_s} majtas", "{hours}:{minutes}h" : "{hours}:{minutes}h", + "{minutes}:{seconds} minute{plural_s} left" : "{minuta}:{sekonda} minuta{shumë_s} majtas", "{minutes}:{seconds}m" : "{minutes}:{seconds}m", + "{seconds} second{plural_s} left" : "{sekonda} sekonda{shumë_s} majtas", "{seconds}s" : "{seconds}s", "Any moment now..." : "Në çdo çast tani…", "Soon..." : "Së shpejti…", diff --git a/apps/files_external/l10n/pl.js b/apps/files_external/l10n/pl.js index 2034b73bd8a..7bb11f8b3d8 100644 --- a/apps/files_external/l10n/pl.js +++ b/apps/files_external/l10n/pl.js @@ -1,6 +1,7 @@ OC.L10N.register( "files_external", { + "Fetching access tokens failed. Verify that your app key and secret are correct." : "Otrzymano błędne żądanie tokenów. Sprawdź, czy klucz aplikacji oraz klucz poufny są poprawne.", "Step 1 failed. Exception: %s" : "Krok 1 błędny. Błąd: %s", "Step 2 failed. Exception: %s" : "Krok 2 błędny. Błąd: %s", "External storage" : "Zewnętrzne zasoby dyskowe", diff --git a/apps/files_external/l10n/pl.json b/apps/files_external/l10n/pl.json index 0d1a97abfcb..5089d91398b 100644 --- a/apps/files_external/l10n/pl.json +++ b/apps/files_external/l10n/pl.json @@ -1,4 +1,5 @@ { "translations": { + "Fetching access tokens failed. Verify that your app key and secret are correct." : "Otrzymano błędne żądanie tokenów. Sprawdź, czy klucz aplikacji oraz klucz poufny są poprawne.", "Step 1 failed. Exception: %s" : "Krok 1 błędny. Błąd: %s", "Step 2 failed. Exception: %s" : "Krok 2 błędny. Błąd: %s", "External storage" : "Zewnętrzne zasoby dyskowe", diff --git a/apps/files_external/l10n/sq.js b/apps/files_external/l10n/sq.js index 9b23453e3e4..c73e2c5244a 100644 --- a/apps/files_external/l10n/sq.js +++ b/apps/files_external/l10n/sq.js @@ -38,6 +38,7 @@ OC.L10N.register( "Couldn't get the list of external mount points: {type}" : "S’u mor dot lista e pikave të jashtme të montimit: {type}", "There was an error with message: " : "Pati një gabim me këtë mesazh:", "External mount error" : "Gabim i jashtëm montimi", + "external-storage" : "ruajtje-jashtme", "Couldn't get the list of Windows network drive mount points: empty response from the server" : "S’u mor dot lista e pikave të montimit Windows network drive: përgjigje e zbrazët nga shërbyesi", "Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Disa nga pikat e jashtme të formësuara të montimit s’janë të lidhura. Ju lutemi, klikoni në shigjetën(at) e kuqe për më tepër të dhëna", "Please enter the credentials for the {mount} mount" : "Ju lutemi, jepni kredencialet për pikën e montimit {mount}", @@ -59,6 +60,7 @@ OC.L10N.register( "Client secret" : "E fshehtë klienti", "OpenStack" : "OpenStack", "Tenant name" : "Emër qiraxhiu", + "Identity endpoint URL" : "Identifiko pikëmbarimin URL", "Rackspace" : "Rackspace", "API key" : "Kyç API", "Username and password" : "Emër përdoruesi dhe fjalëkalim", diff --git a/apps/files_external/l10n/sq.json b/apps/files_external/l10n/sq.json index f0e420e1ab9..78b2a7d7ef3 100644 --- a/apps/files_external/l10n/sq.json +++ b/apps/files_external/l10n/sq.json @@ -36,6 +36,7 @@ "Couldn't get the list of external mount points: {type}" : "S’u mor dot lista e pikave të jashtme të montimit: {type}", "There was an error with message: " : "Pati një gabim me këtë mesazh:", "External mount error" : "Gabim i jashtëm montimi", + "external-storage" : "ruajtje-jashtme", "Couldn't get the list of Windows network drive mount points: empty response from the server" : "S’u mor dot lista e pikave të montimit Windows network drive: përgjigje e zbrazët nga shërbyesi", "Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Disa nga pikat e jashtme të formësuara të montimit s’janë të lidhura. Ju lutemi, klikoni në shigjetën(at) e kuqe për më tepër të dhëna", "Please enter the credentials for the {mount} mount" : "Ju lutemi, jepni kredencialet për pikën e montimit {mount}", @@ -57,6 +58,7 @@ "Client secret" : "E fshehtë klienti", "OpenStack" : "OpenStack", "Tenant name" : "Emër qiraxhiu", + "Identity endpoint URL" : "Identifiko pikëmbarimin URL", "Rackspace" : "Rackspace", "API key" : "Kyç API", "Username and password" : "Emër përdoruesi dhe fjalëkalim", diff --git a/apps/user_ldap/l10n/pl.js b/apps/user_ldap/l10n/pl.js index 7a22b20bb17..de8f1f49ad3 100644 --- a/apps/user_ldap/l10n/pl.js +++ b/apps/user_ldap/l10n/pl.js @@ -44,6 +44,7 @@ OC.L10N.register( "Test Configuration" : "Konfiguracja testowa", "Help" : "Pomoc", "Groups meeting these criteria are available in %s:" : "Przyłączenie do grupy z tymi ustawieniami dostępne jest w %s:", + "Only from these groups:" : "Tylko z tych grup:", "Search groups" : "Przeszukaj grupy", "Available groups" : "Dostępne grupy", "Selected groups" : "Wybrane grupy", diff --git a/apps/user_ldap/l10n/pl.json b/apps/user_ldap/l10n/pl.json index f051f4d4805..5a853c3abed 100644 --- a/apps/user_ldap/l10n/pl.json +++ b/apps/user_ldap/l10n/pl.json @@ -42,6 +42,7 @@ "Test Configuration" : "Konfiguracja testowa", "Help" : "Pomoc", "Groups meeting these criteria are available in %s:" : "Przyłączenie do grupy z tymi ustawieniami dostępne jest w %s:", + "Only from these groups:" : "Tylko z tych grup:", "Search groups" : "Przeszukaj grupy", "Available groups" : "Dostępne grupy", "Selected groups" : "Wybrane grupy", diff --git a/core/l10n/sq.js b/core/l10n/sq.js index 98a40335447..32f8fe8a89f 100644 --- a/core/l10n/sq.js +++ b/core/l10n/sq.js @@ -212,6 +212,7 @@ OC.L10N.register( "sunny" : "me diell", "Hello {name}, the weather is {weather}" : "Tungjatjeta {name}, koha është {weather}", "Hello {name}" : "Tungjatjeta {name}", + "new" : "re", "_download %n file_::_download %n files_" : ["shkarko %n kartelë","shkarko %n kartela"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Përmirësimi po kryhet, braktisja e kësaj faqeje mund ta ndërpresë procesin në disa mjedise.", "Updating to {version}" : "Po përditësohet me {version}", diff --git a/core/l10n/sq.json b/core/l10n/sq.json index 67b2343caa5..f6d3012ae62 100644 --- a/core/l10n/sq.json +++ b/core/l10n/sq.json @@ -210,6 +210,7 @@ "sunny" : "me diell", "Hello {name}, the weather is {weather}" : "Tungjatjeta {name}, koha është {weather}", "Hello {name}" : "Tungjatjeta {name}", + "new" : "re", "_download %n file_::_download %n files_" : ["shkarko %n kartelë","shkarko %n kartela"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Përmirësimi po kryhet, braktisja e kësaj faqeje mund ta ndërpresë procesin në disa mjedise.", "Updating to {version}" : "Po përditësohet me {version}", diff --git a/lib/l10n/pl.js b/lib/l10n/pl.js index 29e8907f6d4..3124a335261 100644 --- a/lib/l10n/pl.js +++ b/lib/l10n/pl.js @@ -88,6 +88,7 @@ OC.L10N.register( "A valid username must be provided" : "Należy podać prawidłową nazwę użytkownika", "A valid password must be provided" : "Należy podać prawidłowe hasło", "The username is already being used" : "Ta nazwa użytkownika jest już używana", + "User disabled" : "Użytkownik zablokowany", "Help" : "Pomoc", "Personal" : "Osobiste", "Users" : "Użytkownicy", diff --git a/lib/l10n/pl.json b/lib/l10n/pl.json index 984cae2f1cd..bbb4cc7b5ea 100644 --- a/lib/l10n/pl.json +++ b/lib/l10n/pl.json @@ -86,6 +86,7 @@ "A valid username must be provided" : "Należy podać prawidłową nazwę użytkownika", "A valid password must be provided" : "Należy podać prawidłowe hasło", "The username is already being used" : "Ta nazwa użytkownika jest już używana", + "User disabled" : "Użytkownik zablokowany", "Help" : "Pomoc", "Personal" : "Osobiste", "Users" : "Użytkownicy", diff --git a/lib/l10n/ro.js b/lib/l10n/ro.js index aecd4475d52..e8f3ab7c5bb 100644 --- a/lib/l10n/ro.js +++ b/lib/l10n/ro.js @@ -14,18 +14,23 @@ OC.L10N.register( "The library %s is not available." : "Biblioteca %s nu este disponibilă.", "Following platforms are supported: %s" : "Sunt suportate următoarele platforme: %s", "ownCloud %s or higher is required." : "ownCloud %s sau mai mare este necesar.", + "ownCloud %s or lower is required." : "Versiunea ownCloud %s sau mai joasă este necesară.", "Unknown filetype" : "Tip fișier necunoscut", "Invalid image" : "Imagine invalidă", "today" : "astăzi", "yesterday" : "ieri", + "_%n day ago_::_%n days ago_" : ["Acum o zi","Acum %n zile","Acum %n zile"], "last month" : "ultima lună", "_%n month ago_::_%n months ago_" : ["%n lună în urmă","%n luni în urmă","%n luni în urmă"], "last year" : "ultimul an", "_%n year ago_::_%n years ago_" : ["%n an în urmă","%n ani în urmâ","%n ani în urmâ"], "seconds ago" : "secunde în urmă", + "Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Modulul cu id-ul %s nu există. Activează-l în setările tale de aplicație sau contactează-ți administratorul.", "Empty filename is not allowed" : "Nu este permis fișier fără nume", + "Dot files are not allowed" : "Fișierele care încep cu caracterul punct nu sunt permise", "File name contains at least one invalid character" : "Numele fișierului conține măcar un caracter invalid", "File name is too long" : "Numele fișierului este prea lung", + "App directory already exists" : "Directorul de aplicație există deja", "%s enter the database name." : "%s introduceți numele bazei de date", "Oracle connection could not be established" : "Conexiunea Oracle nu a putut fi stabilită", "DB Error: \"%s\"" : "Eroare Bază de Date: \"%s\"", diff --git a/lib/l10n/ro.json b/lib/l10n/ro.json index e7feb458ef3..ea93ecbd9b0 100644 --- a/lib/l10n/ro.json +++ b/lib/l10n/ro.json @@ -12,18 +12,23 @@ "The library %s is not available." : "Biblioteca %s nu este disponibilă.", "Following platforms are supported: %s" : "Sunt suportate următoarele platforme: %s", "ownCloud %s or higher is required." : "ownCloud %s sau mai mare este necesar.", + "ownCloud %s or lower is required." : "Versiunea ownCloud %s sau mai joasă este necesară.", "Unknown filetype" : "Tip fișier necunoscut", "Invalid image" : "Imagine invalidă", "today" : "astăzi", "yesterday" : "ieri", + "_%n day ago_::_%n days ago_" : ["Acum o zi","Acum %n zile","Acum %n zile"], "last month" : "ultima lună", "_%n month ago_::_%n months ago_" : ["%n lună în urmă","%n luni în urmă","%n luni în urmă"], "last year" : "ultimul an", "_%n year ago_::_%n years ago_" : ["%n an în urmă","%n ani în urmâ","%n ani în urmâ"], "seconds ago" : "secunde în urmă", + "Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Modulul cu id-ul %s nu există. Activează-l în setările tale de aplicație sau contactează-ți administratorul.", "Empty filename is not allowed" : "Nu este permis fișier fără nume", + "Dot files are not allowed" : "Fișierele care încep cu caracterul punct nu sunt permise", "File name contains at least one invalid character" : "Numele fișierului conține măcar un caracter invalid", "File name is too long" : "Numele fișierului este prea lung", + "App directory already exists" : "Directorul de aplicație există deja", "%s enter the database name." : "%s introduceți numele bazei de date", "Oracle connection could not be established" : "Conexiunea Oracle nu a putut fi stabilită", "DB Error: \"%s\"" : "Eroare Bază de Date: \"%s\"", |