diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-05-05 01:55:36 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-05-05 01:55:36 -0400 |
commit | b60dcd91bbf6e96c71fee92cf57296a8417a5cba (patch) | |
tree | 496fdc136776df959aa52a9b62657a51943fffb0 /apps/files_versions | |
parent | fa6a67ccc1a7919aea2b18b445c0a31546184326 (diff) | |
download | nextcloud-server-b60dcd91bbf6e96c71fee92cf57296a8417a5cba.tar.gz nextcloud-server-b60dcd91bbf6e96c71fee92cf57296a8417a5cba.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_versions')
-rw-r--r-- | apps/files_versions/l10n/lb.js | 11 | ||||
-rw-r--r-- | apps/files_versions/l10n/lb.json | 9 |
2 files changed, 20 insertions, 0 deletions
diff --git a/apps/files_versions/l10n/lb.js b/apps/files_versions/l10n/lb.js new file mode 100644 index 00000000000..1678cad569d --- /dev/null +++ b/apps/files_versions/l10n/lb.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Konnt net zrécksetzen: %s", + "Versions" : "Versiounen", + "Failed to revert {file} to revision {timestamp}." : "Konnt {file} net op d'Versioun {timestamp} zrécksetzen.", + "More versions..." : "Méi Versiounen...", + "No other versions available" : "Keng aner Versiounen disponibel", + "Restore" : "Zrécksetzen" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/lb.json b/apps/files_versions/l10n/lb.json new file mode 100644 index 00000000000..e5fbb6c220c --- /dev/null +++ b/apps/files_versions/l10n/lb.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Konnt net zrécksetzen: %s", + "Versions" : "Versiounen", + "Failed to revert {file} to revision {timestamp}." : "Konnt {file} net op d'Versioun {timestamp} zrécksetzen.", + "More versions..." : "Méi Versiounen...", + "No other versions available" : "Keng aner Versiounen disponibel", + "Restore" : "Zrécksetzen" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |