diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-05-12 02:05:29 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-05-12 02:05:29 +0200 |
commit | 74f92d0c7fa1afa181837a9e827933769816ecbb (patch) | |
tree | 6f3b0d46a45d25cadaae652c35f797e6b34bc40d /apps/files_versions | |
parent | dd4a31df48b17ec5062033444a8dcd34600a12a3 (diff) | |
download | nextcloud-server-74f92d0c7fa1afa181837a9e827933769816ecbb.tar.gz nextcloud-server-74f92d0c7fa1afa181837a9e827933769816ecbb.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_versions')
-rw-r--r-- | apps/files_versions/l10n/ug.php | 9 | ||||
-rw-r--r-- | apps/files_versions/l10n/zh_TW.php | 4 |
2 files changed, 11 insertions, 2 deletions
diff --git a/apps/files_versions/l10n/ug.php b/apps/files_versions/l10n/ug.php new file mode 100644 index 00000000000..024f326b032 --- /dev/null +++ b/apps/files_versions/l10n/ug.php @@ -0,0 +1,9 @@ +<?php $TRANSLATIONS = array( +"Could not revert: %s" => "ئەسلىگە قايتۇرالمايدۇ: %s", +"success" => "مۇۋەپپەقىيەتلىك", +"File %s was reverted to version %s" => "ھۆججەت %s نى %s نەشرىگە ئەسلىگە قايتۇردى", +"failure" => "مەغلۇپ بولدى", +"No old versions available" => "كونا نەشرى يوق", +"No path specified" => "يول بەلگىلەنمىگەن", +"Versions" => "نەشرى" +); diff --git a/apps/files_versions/l10n/zh_TW.php b/apps/files_versions/l10n/zh_TW.php index a191d594523..2ae9ce657ce 100644 --- a/apps/files_versions/l10n/zh_TW.php +++ b/apps/files_versions/l10n/zh_TW.php @@ -5,7 +5,7 @@ "failure" => "失敗", "File %s could not be reverted to version %s" => "檔案 %s 無法復原至版本 %s", "No old versions available" => "沒有舊的版本", -"No path specified" => "沒有指定路線", +"No path specified" => "沒有指定路徑", "Versions" => "版本", -"Revert a file to a previous version by clicking on its revert button" => "按一按復原的按鈕,就能把一個檔案復原至以前的版本" +"Revert a file to a previous version by clicking on its revert button" => "按一下復原的按鈕即可把檔案復原至以前的版本" ); |