diff --git a/l10n/da.js b/l10n/da.js new file mode 100644 index 00000000..c24f244e --- /dev/null +++ b/l10n/da.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_lock", + { + "Unlock file" : "Lås op filen", + "Lock file" : "Lås filen", + "Locked by {0}" : "Låst af {0}", + "Temporary files lock" : "Midlertidig fil lås", + "Temporary lock your files" : "Midlertidigt lås dine filer", + "Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "Tillad brugere at midlertidigt låse deres filer for at undgå konflikter mens de arbejder på en delte filer" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/da.json b/l10n/da.json new file mode 100644 index 00000000..cc0482bb --- /dev/null +++ b/l10n/da.json @@ -0,0 +1,9 @@ +{ "translations": { + "Unlock file" : "Lås op filen", + "Lock file" : "Lås filen", + "Locked by {0}" : "Låst af {0}", + "Temporary files lock" : "Midlertidig fil lås", + "Temporary lock your files" : "Midlertidigt lås dine filer", + "Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "Tillad brugere at midlertidigt låse deres filer for at undgå konflikter mens de arbejder på en delte filer" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js new file mode 100644 index 00000000..98903d2a --- /dev/null +++ b/l10n/zh_TW.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_lock", + { + "Unlock file" : "解鎖檔案", + "Lock file" : "上鎖檔案", + "Locked by {0}" : "由 {0} 上鎖", + "Temporary files lock" : "暫時上鎖檔案", + "Temporary lock your files" : "暫時將您的檔案上鎖", + "Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "允許您的使用者將他們的檔案暫時上鎖,以免在處理分享檔案時出現衝突。" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json new file mode 100644 index 00000000..b6b3ab34 --- /dev/null +++ b/l10n/zh_TW.json @@ -0,0 +1,9 @@ +{ "translations": { + "Unlock file" : "解鎖檔案", + "Lock file" : "上鎖檔案", + "Locked by {0}" : "由 {0} 上鎖", + "Temporary files lock" : "暫時上鎖檔案", + "Temporary lock your files" : "暫時將您的檔案上鎖", + "Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "允許您的使用者將他們的檔案暫時上鎖,以免在處理分享檔案時出現衝突。" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file