-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8813fde
commit d5d1ee6
Showing
4 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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);"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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);" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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;"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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;" | ||
} |