parent
b3656f1434
commit
a98f5c03dc
@ -1,5 +1,6 @@ |
||||
{ "translations": { |
||||
"Cancel" : "Anuluj", |
||||
"Edit comment" : "Edytuj komentarz", |
||||
"Save" : "Zapisz", |
||||
"Comment" : "Komentarz" |
||||
},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" |
||||
|
@ -0,0 +1,15 @@ |
||||
OC.L10N.register( |
||||
"federation", |
||||
{ |
||||
"Server added to the list of trusted ownClouds" : "Serwer został dodany do listy zaufanych serwerów ownCloud", |
||||
"Server is already in the list of trusted servers." : "Serwer znajduje się już na liście zaufanych serwerów.", |
||||
"No ownCloud server found" : "Nie znaleziono serwera ownCloud", |
||||
"Could not add server" : "Nie można dodać serwera", |
||||
"Federation" : "Stowarzyszenia", |
||||
"ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Stowarzyszenia ownCloud pozwalają na tworzenie połączeń z innymi zaufanymi serwerami ownCloud w celu współdzielenia katalogów użytkowników. Na przykład: funkcja będzie użyta przy tworzeniu podpowiedzi z listą zewnętrznych użytkowników przy tworzeniu stowarzyszonych udziałów.", |
||||
"Add server automatically once a federated share was created successfully" : "Dodaj serwer automatycznie po pomyślnym utworzeniu stowarzyszonego udziału.", |
||||
"Trusted ownCloud Servers" : "Zaufane serwery ownCloud", |
||||
"+ Add ownCloud server" : "Dodaj serwer ownCloud", |
||||
"ownCloud Server" : "Serwer ownCloud" |
||||
}, |
||||
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); |
@ -0,0 +1,13 @@ |
||||
{ "translations": { |
||||
"Server added to the list of trusted ownClouds" : "Serwer został dodany do listy zaufanych serwerów ownCloud", |
||||
"Server is already in the list of trusted servers." : "Serwer znajduje się już na liście zaufanych serwerów.", |
||||
"No ownCloud server found" : "Nie znaleziono serwera ownCloud", |
||||
"Could not add server" : "Nie można dodać serwera", |
||||
"Federation" : "Stowarzyszenia", |
||||
"ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Stowarzyszenia ownCloud pozwalają na tworzenie połączeń z innymi zaufanymi serwerami ownCloud w celu współdzielenia katalogów użytkowników. Na przykład: funkcja będzie użyta przy tworzeniu podpowiedzi z listą zewnętrznych użytkowników przy tworzeniu stowarzyszonych udziałów.", |
||||
"Add server automatically once a federated share was created successfully" : "Dodaj serwer automatycznie po pomyślnym utworzeniu stowarzyszonego udziału.", |
||||
"Trusted ownCloud Servers" : "Zaufane serwery ownCloud", |
||||
"+ Add ownCloud server" : "Dodaj serwer ownCloud", |
||||
"ownCloud Server" : "Serwer ownCloud" |
||||
},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" |
||||
} |
@ -1,6 +1,7 @@ |
||||
OC.L10N.register( |
||||
"updatenotification", |
||||
{ |
||||
"Updater" : "Yeniləyici" |
||||
"Updater" : "Yeniləyici", |
||||
"A new version is available: %s" : "Yeni versiya mövcuddur: %s" |
||||
}, |
||||
"nplurals=2; plural=(n != 1);"); |
||||
|
@ -1,4 +1,5 @@ |
||||
{ "translations": { |
||||
"Updater" : "Yeniləyici" |
||||
"Updater" : "Yeniləyici", |
||||
"A new version is available: %s" : "Yeni versiya mövcuddur: %s" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,6 +1,7 @@ |
||||
OC.L10N.register( |
||||
"updatenotification", |
||||
{ |
||||
"Updater" : "Обновяване" |
||||
"Updater" : "Обновяване", |
||||
"A new version is available: %s" : "Има Нова Версия: %s" |
||||
}, |
||||
"nplurals=2; plural=(n != 1);"); |
||||
|
@ -1,4 +1,5 @@ |
||||
{ "translations": { |
||||
"Updater" : "Обновяване" |
||||
"Updater" : "Обновяване", |
||||
"A new version is available: %s" : "Има Нова Версия: %s" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,6 +1,7 @@ |
||||
OC.L10N.register( |
||||
"updatenotification", |
||||
{ |
||||
"Updater" : "Unapređivač" |
||||
"Updater" : "Unapređivač", |
||||
"A new version is available: %s" : "Dostupna je nova verzija: %s" |
||||
}, |
||||
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); |
||||
|
@ -1,4 +1,5 @@ |
||||
{ "translations": { |
||||
"Updater" : "Unapređivač" |
||||
"Updater" : "Unapređivač", |
||||
"A new version is available: %s" : "Dostupna je nova verzija: %s" |
||||
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" |
||||
} |
@ -1,7 +1,9 @@ |
||||
{ "translations": { |
||||
"{version} is available. Get more information on how to update." : "Je dostupná {version}. Přečtěte si více informací jak aktualizovat.", |
||||
"Updater" : "Automatické aktualizace", |
||||
"For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button." : "Z bezpečnostních důvodů používá zabudovaný program aktualizací ownCloud dodatečné přihlašovací údaje. Pro otevření stránky s aktualizacemi klikněte na následující tlačtko.", |
||||
"Open updater" : "Otevřít program aktualizací" |
||||
"A new version is available: %s" : "Je dostupná nová verze: %s", |
||||
"Open updater" : "Otevřít program aktualizací", |
||||
"Update channel:" : "Aktualizovat kanál:", |
||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Vždy můžete aktualizovat na novější verzi / experimentální kanál. Poté ale nelze nikdy provést downgrade zpět na nižší stabilní kanál." |
||||
},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" |
||||
} |
@ -1,5 +1,7 @@ |
||||
{ "translations": { |
||||
"{version} is available. Get more information on how to update." : "{version} er tilgængelig. Få mere information om hvordan du opdaterer.", |
||||
"Updater" : "Updater" |
||||
"Updater" : "Updater", |
||||
"A new version is available: %s" : "Der er en ny version tligængelig: %s", |
||||
"Update channel:" : "Opdatér kanal:" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,7 +1,9 @@ |
||||
{ "translations": { |
||||
"{version} is available. Get more information on how to update." : "{version} ist verfügbar. Weitere Informationen zur Aktualisierungen.", |
||||
"Updater" : "Updater", |
||||
"For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button." : "Aus Sicherheitsgründen nutzt der ownCloud Updater zusätzlichen Anmeldeinformationen. Um die Update-Seite aufzurufen, klicke bitte auf den folgenden Button.", |
||||
"Open updater" : "Updater aufrufen" |
||||
"A new version is available: %s" : "Eine neue Version ist verfügbar: %s", |
||||
"Open updater" : "Updater aufrufen", |
||||
"Update channel:" : "Update-Kanal:", |
||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Du kannst immer auf eine neuere Version updaten / experimentelle Version, aber kein Downgrade auf eine stabiliere Version durchführen." |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,7 +1,8 @@ |
||||
{ "translations": { |
||||
"{version} is available. Get more information on how to update." : "{version} ist verfügbar. Weitere Informationen zur Aktualisierungen.", |
||||
"Updater" : "Updater", |
||||
"For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button." : "Aus Sicherheitsgründen nutzt der ownCloud Updater zusätzlichen Anmeldeinformationen. Um die Update-Seite aufzurufen, klicken Sie bitte auf den folgenden Button.", |
||||
"Open updater" : "Updater aufrufen" |
||||
"A new version is available: %s" : "Eine neue Version ist verfügbar: %s", |
||||
"Open updater" : "Updater aufrufen", |
||||
"Update channel:" : "Update-Kanal:" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,7 +1,9 @@ |
||||
{ "translations": { |
||||
"{version} is available. Get more information on how to update." : "Η έκδοση {version} είναι διαθέσιμη. Δείτε περισσότερες πληροφορίες για το πως να κάνετε την ενημέρωση.", |
||||
"Updater" : "Εφαρμογή Ενημέρωσης", |
||||
"For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button." : "Για λόγους ασφαλείας, το ενσωματωμένη εφαρμογή ενημέρωσης του ownCloud χρησιμοποιεί επιπλέον διαπιστευτήρια. Για να επισκεφθείτε την σελίδα της εφαρμογής ενημέρωσης κάντε κλικ στο παρακάτω κουμπί.", |
||||
"Open updater" : "Άνοιγμα εφαρμογής ενημέρωσης" |
||||
"A new version is available: %s" : "Μία νέα έκδοση είναι διαθέσιμη: %s", |
||||
"Open updater" : "Άνοιγμα εφαρμογής ενημέρωσης", |
||||
"Update channel:" : "Ενημέρωση καναλιού:", |
||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Μπορείτε πάντα να περάσετε σε νεότερη / πειραματική έκδοση. Αλλά ποτέ δεν μπορείτε να γυρίσετε πίσω σε πιο σταθερό κανάλι." |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,7 +1,9 @@ |
||||
{ "translations": { |
||||
"{version} is available. Get more information on how to update." : "{version} is available. Get more information on how to update.", |
||||
"Updater" : "Updater", |
||||
"For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button." : "For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button.", |
||||
"Open updater" : "Open updater" |
||||
"A new version is available: %s" : "A new version is available: %s", |
||||
"Open updater" : "Open updater", |
||||
"Update channel:" : "Update channel:", |
||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,7 +1,9 @@ |
||||
{ "translations": { |
||||
"{version} is available. Get more information on how to update." : "{version} está disponible. Obtenga más información sobre cómo actualizar.", |
||||
"Updater" : "Actualizador", |
||||
"For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button." : "Por razones de seguridad el actualizador incluido en ownCloud está utilizando credenciales adicionales. Para visitar la pagina del actualizador, por favor presione el siguiente botón.", |
||||
"Open updater" : "Abrir el actualizador" |
||||
"A new version is available: %s" : "Hay una nueva versión disponible: %s", |
||||
"Open updater" : "Abrir el actualizador", |
||||
"Update channel:" : "Canal de actualización: ", |
||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Siempre podrás actualizar a la versión más reciente o al canal experimental, pero nunca podrás regresar a un canal más estable." |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,6 +1,7 @@ |
||||
OC.L10N.register( |
||||
"updatenotification", |
||||
{ |
||||
"Updater" : "Actualizador" |
||||
"Updater" : "Actualizador", |
||||
"A new version is available: %s" : "Una nueva versión esta disponible: %s" |
||||
}, |
||||
"nplurals=2; plural=(n != 1);"); |
||||
|
@ -1,4 +1,5 @@ |
||||
{ "translations": { |
||||
"Updater" : "Actualizador" |
||||
"Updater" : "Actualizador", |
||||
"A new version is available: %s" : "Una nueva versión esta disponible: %s" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,6 +1,8 @@ |
||||
{ "translations": { |
||||
"{version} is available. Get more information on how to update." : "{version} on saadaval. Vaata lisainfot uuendamise kohta.", |
||||
"Updater" : "Uuendaja", |
||||
"Open updater" : "Ava uuendaja" |
||||
"A new version is available: %s" : "Saadaval on uus versioon: %s", |
||||
"Open updater" : "Ava uuendaja", |
||||
"Update channel:" : "Uuenduste kanal:" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,6 +1,9 @@ |
||||
OC.L10N.register( |
||||
"updatenotification", |
||||
{ |
||||
"Updater" : "Eguneratzailea" |
||||
"Updater" : "Eguneratzailea", |
||||
"A new version is available: %s" : "Bertsio berri bat eskuragarri dago: %s", |
||||
"Update channel:" : "Eguneraketa kanala:", |
||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Bertsio berri / kanal experimetnal batera eguneratzea beti da posible. Baina inoiz ez da posible egonkorragoa den bertsio zaharragoko kanal batera itzultzea." |
||||
}, |
||||
"nplurals=2; plural=(n != 1);"); |
||||
|
@ -1,4 +1,7 @@ |
||||
{ "translations": { |
||||
"Updater" : "Eguneratzailea" |
||||
"Updater" : "Eguneratzailea", |
||||
"A new version is available: %s" : "Bertsio berri bat eskuragarri dago: %s", |
||||
"Update channel:" : "Eguneraketa kanala:", |
||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Bertsio berri / kanal experimetnal batera eguneratzea beti da posible. Baina inoiz ez da posible egonkorragoa den bertsio zaharragoko kanal batera itzultzea." |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,7 +1,9 @@ |
||||
{ "translations": { |
||||
"{version} is available. Get more information on how to update." : "{version} on saatavilla. Tarjolla on lisätietoja päivittämisestä.", |
||||
"Updater" : "Päivitysohjelma", |
||||
"For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button." : "Tietoturvasyistä ownCloudin sisäänrakennettu päivitysohjelma käyttää erillisiä tunnistamistietoja. Siirry päivitysohjelman sivulle napsauttamalla seuraavaa painiketta.", |
||||
"Open updater" : "Avaa päivitysohjelma" |
||||
"A new version is available: %s" : "Uusi versio on saatavilla: %s", |
||||
"Open updater" : "Avaa päivitysohjelma", |
||||
"Update channel:" : "Päivityskanava:", |
||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Voit aina päivittää uudempaan versioon tai kokeellisen jakelukanavan versioon. Et voi kuitenkaan palata aiempaan, vakaan julkaisukanavan versioon." |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,7 +1,9 @@ |
||||
{ "translations": { |
||||
"{version} is available. Get more information on how to update." : "La version {version} est disponible. Cliquez ici pour plus d'informations sur comment mettre à jour.", |
||||
"Updater" : "Mises à jour", |
||||
"For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button." : "Pour des raisons de sécurité, le module de mises à jour intégré à ownCloud utilise des informations d'identification supplémentaires. Pour visiter la page du module de mises à jour, cliquez sur le bouton suivant.", |
||||
"Open updater" : "Ouvrir le système de mise à jour" |
||||
"A new version is available: %s" : "Une nouvelle version est disponible : %s", |
||||
"Open updater" : "Ouvrir le système de mise à jour", |
||||
"Update channel:" : "Canal de mise à jour :", |
||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Vous pouvez à tout moment mettre à jour vers une version plus récente ou un canal expérimental. Cependant vous ne pourrez jamais revenir à un canal plus stable." |
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);" |
||||
} |
@ -1,5 +1,7 @@ |
||||
{ "translations": { |
||||
"{version} is available. Get more information on how to update." : "{version} está dispoñíbel. Obteña máis información sobre como actualizar.", |
||||
"Updater" : "Actualizador" |
||||
"Updater" : "Actualizador", |
||||
"A new version is available: %s" : "Hai dispoñíbel unha versión: %s", |
||||
"Update channel:" : "Canle de actualización:" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,7 +1,8 @@ |
||||
{ "translations": { |
||||
"{version} is available. Get more information on how to update." : "{version} זמינה. ניתן לקבל מידע נוסף על איך לעדכן.", |
||||
"Updater" : "מעדכן", |
||||
"For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button." : "מסיבות הבטחה מעדכן ה- ownCloud המובנה משתמש באימות נוסף. לביקור בעמוד העדכון יש ללחוץ על הכפתור הבא.", |
||||
"Open updater" : "פתיחת מעדכן" |
||||
"Open updater" : "פתיחת מעדכן", |
||||
"Update channel:" : "עדכון ערוץ:", |
||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "תמיד ניתן לעדכן לגרסה חדשה / ערוץ ניסיון. אבל לא ניתן להוריד גרסה לערוץ יציב יותר." |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,6 +1,7 @@ |
||||
OC.L10N.register( |
||||
"updatenotification", |
||||
{ |
||||
"Updater" : "Aplikcija za nadogradnju" |
||||
"Updater" : "Aplikcija za nadogradnju", |
||||
"A new version is available: %s" : "Nova verzija je dostupna: %s" |
||||
}, |
||||
"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"); |
||||
|
@ -1,4 +1,5 @@ |
||||
{ "translations": { |
||||
"Updater" : "Aplikcija za nadogradnju" |
||||
"Updater" : "Aplikcija za nadogradnju", |
||||
"A new version is available: %s" : "Nova verzija je dostupna: %s" |
||||
},"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;" |
||||
} |
@ -1,5 +1,7 @@ |
||||
{ "translations": { |
||||
"{version} is available. Get more information on how to update." : "{version} rendelkezésre áll. További információ a frissítéshez.", |
||||
"Updater" : "Frissítéskezelő" |
||||
"Updater" : "Frissítéskezelő", |
||||
"Update channel:" : "Frissítési csatorna:", |
||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Mindig frissíthetsz a újabb verzióra vagy kísérleti csatornára, de visszafelé sosem frissíthetsz egy jóval stabilabb verzióra." |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,5 +1,8 @@ |
||||
{ "translations": { |
||||
"{version} is available. Get more information on how to update." : "{version} tersedia. Dapatkan informasi lebih lanjut cara memperbaruinya.", |
||||
"Updater" : "Pengupdate" |
||||
"Updater" : "Pengupdate", |
||||
"A new version is available: %s" : "Versi baru tersedia: %s", |
||||
"Update channel:" : "Saluran update:", |
||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Anda dapat memperbarui ke versi yang lebih baru / saluran percobaan. Namun Anda tidak dapat menurunkan ke saluran stabil." |
||||
},"pluralForm" :"nplurals=1; plural=0;" |
||||
} |
@ -1,7 +1,6 @@ |
||||
{ "translations": { |
||||
"{version} is available. Get more information on how to update." : "{version} er í boði. Fá frekari upplýsingar um hvernig á að uppfæra.", |
||||
"Updater" : "Uppfærslustýring", |
||||
"For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button." : "Af öryggisástæðum notar innbyggða uppfærslustýringin í ownCloud viðbótar-auðkennisupplýsingar. Til að skoða síðu uppfærslustýringarinnar skaltu smella á eftirfarandi hnapp.", |
||||
"Open updater" : "Opna uppfærslustýringu" |
||||
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" |
||||
} |
@ -1,7 +1,9 @@ |
||||
{ "translations": { |
||||
"{version} is available. Get more information on how to update." : "{version} è disponibile. Ottieni ulteriori informazioni su come eseguire l'aggiornamento.", |
||||
"Updater" : "Strumento di aggiornamento", |
||||
"For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button." : "Per ragioni di sicurezza, lo strumento di aggiornamento integrato di ownCloud utilizza credenziali aggiuntive. Per visitare la pagine dello strumento di aggiornamento, fai clic sul pulsante seguente.", |
||||
"Open updater" : "Apri lo strumento di aggiornamento" |
||||
"A new version is available: %s" : "Una nuova versione è disponibile: %s", |
||||
"Open updater" : "Apri lo strumento di aggiornamento", |
||||
"Update channel:" : "Canale di aggiornamento:", |
||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Puoi aggiornare sempre a una nuova versione / canale sperimentale. Ma non puoi mai tornare a una versione precedente." |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,7 +1,9 @@ |
||||
{ "translations": { |
||||
"{version} is available. Get more information on how to update." : "{version} が利用可能です。アップデート方法について詳細情報を確認してください。", |
||||
"Updater" : "アップデート", |
||||
"For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button." : "セキュリティ上の理由から、ownCloudに組み込まれているアップデーターは追加で認証情報を利用します。アップデーターページを開くには、以下のボタンをクリックしてください。", |
||||
"Open updater" : "アップデーターを開く" |
||||
"A new version is available: %s" : "新しいバージョンが利用可能: %s", |
||||
"Open updater" : "アップデーターを開く", |
||||
"Update channel:" : "アップデートチャンネル:", |
||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "開発版の新しいバージョンにアップデートできます。ただし、アップデート後は安定版にダウングレードできません。" |
||||
},"pluralForm" :"nplurals=1; plural=0;" |
||||
} |
@ -1,5 +1,8 @@ |
||||
{ "translations": { |
||||
"{version} is available. Get more information on how to update." : "{version}을(를) 사용할 수 있습니다. 업데이트하는 방법에 대해서 알아보십시오.", |
||||
"Updater" : "업데이터" |
||||
"Updater" : "업데이터", |
||||
"A new version is available: %s" : "새 버전을 사용할 수 있습니다: %s", |
||||
"Update channel:" : "업데이트 채널:", |
||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "항상 새로운 버전이나 실험 채널로 업그레이드할 수 있지만, 안정 채널로 다운그레이드할 수는 없습니다." |
||||
},"pluralForm" :"nplurals=1; plural=0;" |
||||
} |
@ -1,6 +1,8 @@ |
||||
OC.L10N.register( |
||||
"updatenotification", |
||||
{ |
||||
"Updater" : "Atnaujinimo programa" |
||||
"Updater" : "Atnaujinimo programa", |
||||
"Update channel:" : "Atnaujinimo kanalas:", |
||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Visada galite atnaujinti į naujesnę versiją / bandomąjį kanalą. Bet niekada žeminti versijos ar pakeisti į stabilų kanalą." |
||||
}, |
||||
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"); |
||||
|
@ -1,4 +1,6 @@ |
||||
{ "translations": { |
||||
"Updater" : "Atnaujinimo programa" |
||||
"Updater" : "Atnaujinimo programa", |
||||
"Update channel:" : "Atnaujinimo kanalas:", |
||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Visada galite atnaujinti į naujesnę versiją / bandomąjį kanalą. Bet niekada žeminti versijos ar pakeisti į stabilų kanalą." |
||||
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);" |
||||
} |
@ -1,7 +1,9 @@ |
||||
{ "translations": { |
||||
"{version} is available. Get more information on how to update." : "{version} er tilgjengelig. Få mer informasjon om å oppdatere.", |
||||
"Updater" : "Oppdaterer", |
||||
"For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button." : "Av sikkerhetsgrunner bruker den innebyggede ownCloud-oppdatereren flere påloggingsdetaljer. Klikk følgende knapp for å gå til oppdaterer-siden.", |
||||
"Open updater" : "Åpne oppdaterer" |
||||
"A new version is available: %s" : "En ny versjon er tilgjengelig: %s", |
||||
"Open updater" : "Åpne oppdaterer", |
||||
"Update channel:" : "Oppdateringskanal:", |
||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Du kan alltid oppdatere til en nyere versjon / eksperimentell kanal. Men du kan aldri nedgradere til en mer stabil kanal." |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,7 +1,9 @@ |
||||
{ "translations": { |
||||
"{version} is available. Get more information on how to update." : "{version} is beschikbaar. Meer informatie over het bijwerken.", |
||||
"Updater" : "Updater", |
||||
"For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button." : "Om veiligheidsredenen gebruikt de ingebouwde ownCloud updater extra authenticatie. Klik op de knop om de updater pagina te bezoeken.", |
||||
"Open updater" : "Open updater" |
||||
"A new version is available: %s" : "Er is een nieuwe versie beschikbaar: %s", |
||||
"Open updater" : "Open updater", |
||||
"Update channel:" : "Bijwerkkanaal:", |
||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "U kunt altijd updaten naar een nieuwere versie of experimenteel kanaal. Maar terug naar een oudere versie of een stabieler kanaal is niet mogelijk." |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,6 +1,8 @@ |
||||
OC.L10N.register( |
||||
"updatenotification", |
||||
{ |
||||
"{version} is available. Get more information on how to update." : "La version {version} es disponibla. Obtenètz mai d'informacions a prepaus d'aquesta mesa a jorn." |
||||
"{version} is available. Get more information on how to update." : "La version {version} es disponibla. Obtenètz mai d'informacions a prepaus d'aquesta mesa a jorn.", |
||||
"Update channel:" : "Canal de mesa a jorn :", |
||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Podètz a tot moment metre a jorn cap a una version mai recenta o un canal experimental. Pasmens, poiretz pas jamai tornar a un canal mai estable." |
||||
}, |
||||
"nplurals=2; plural=(n > 1);"); |
||||
|
@ -1,4 +1,6 @@ |
||||
{ "translations": { |
||||
"{version} is available. Get more information on how to update." : "La version {version} es disponibla. Obtenètz mai d'informacions a prepaus d'aquesta mesa a jorn." |
||||
"{version} is available. Get more information on how to update." : "La version {version} es disponibla. Obtenètz mai d'informacions a prepaus d'aquesta mesa a jorn.", |
||||
"Update channel:" : "Canal de mesa a jorn :", |
||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Podètz a tot moment metre a jorn cap a una version mai recenta o un canal experimental. Pasmens, poiretz pas jamai tornar a un canal mai estable." |
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);" |
||||
} |
@ -1,6 +1,10 @@ |
||||
OC.L10N.register( |
||||
"updatenotification", |
||||
{ |
||||
"Updater" : "Aktualizator" |
||||
"{version} is available. Get more information on how to update." : "Wersja {version} jest dostępna. Dowiedz się jak zaktualizować.", |
||||
"Updater" : "Aktualizator", |
||||
"A new version is available: %s" : "Dostępna jest nowa wersja: %s", |
||||
"Open updater" : "Otwórz aktualizator", |
||||
"Update channel:" : "Kanał aktualizacji:" |
||||
}, |
||||
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); |
||||
|
@ -1,4 +1,8 @@ |
||||
{ "translations": { |
||||
"Updater" : "Aktualizator" |
||||
"{version} is available. Get more information on how to update." : "Wersja {version} jest dostępna. Dowiedz się jak zaktualizować.", |
||||
"Updater" : "Aktualizator", |
||||
"A new version is available: %s" : "Dostępna jest nowa wersja: %s", |
||||
"Open updater" : "Otwórz aktualizator", |
||||
"Update channel:" : "Kanał aktualizacji:" |
||||
},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" |
||||
} |
@ -1,7 +1,9 @@ |
||||
{ "translations": { |
||||
"{version} is available. Get more information on how to update." : "{version} está disponível. Obtenha mais informações sobre como atualizar.", |
||||
"Updater" : "Atualizador", |
||||
"For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button." : "Por razões de segurança o atualizador interno do ownCloud está usando credenciais adicionais. Para visitar a página atualizador por favor clique no botão a seguir.", |
||||
"Open updater" : "Abrir o atualizador" |
||||
"A new version is available: %s" : "A nova versão está disponível: %s", |
||||
"Open updater" : "Abrir o atualizador", |
||||
"Update channel:" : "Atualização do canal:", |
||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Você pode sempre atualizar para uma versão / canal experimental mais recente. Mas você nunca pode voltar para um canal mais estável." |
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);" |
||||
} |
@ -1,7 +1,9 @@ |
||||
{ "translations": { |
||||
"{version} is available. Get more information on how to update." : "{version} está disponível. Obtenha mais informação sobre como atualizar.", |
||||
"Updater" : "actualizar", |
||||
"For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button." : "Por razões de segurança o atualizador ownCloud está a usar credenciais adicionais. Para visitar a página do atualizador clique no seguinte botão.", |
||||
"Open updater" : "Abrir atualizador" |
||||
"A new version is available: %s" : "Está disponível uma nova versão: %s", |
||||
"Open updater" : "Abrir atualizador", |
||||
"Update channel:" : "Atualizar canal:", |
||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Você pode sempre atualizar para uma nova versão / canal experimental. Mas nunca poderá recuar para um canal mais estável." |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,7 +1,9 @@ |
||||
{ "translations": { |
||||
"{version} is available. Get more information on how to update." : "Доступна версия {version}. Получить дополнительную информацию о порядке обновления.", |
||||
"Updater" : "Обновление", |
||||
"For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button." : "По соображениям безопасности встроенное средство обновления ownCloud использует дополнительные учетные данные. Для перехода к странице обновления, пожалуйста, нажмите следующую кнопку.", |
||||
"Open updater" : "Открыть окно обновления" |
||||
"A new version is available: %s" : "Доступна новая версия: %s", |
||||
"Open updater" : "Открыть окно обновления", |
||||
"Update channel:" : "Канал обновлений:", |
||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Вы всегда можете переключится на экспериментальный канал обновлений для получения новейшей версии. Но учтите, что вы не сможете переключиться обратно на канал обновлений для стабильных версий. " |
||||
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" |
||||
} |
@ -1,5 +1,7 @@ |
||||
{ "translations": { |
||||
"{version} is available. Get more information on how to update." : "{version} je dostupná. Získajte viac informácií o postupe aktualizácie.", |
||||
"Updater" : "Aktualizátor" |
||||
"Updater" : "Aktualizátor", |
||||
"A new version is available: %s" : "Je dostupná nová verzia: %s", |
||||
"Update channel:" : "Aktualizačný kanál:" |
||||
},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" |
||||
} |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue