-
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.
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
- Loading branch information
1 parent
f7d8927
commit 700bd24
Showing
2 changed files
with
22 additions
and
2 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 |
---|---|---|
@@ -1,7 +1,17 @@ | ||
OC.L10N.register( | ||
"files_lock", | ||
{ | ||
"File is currently locked by %s" : "Filen er for øyeblikket låst av %s", | ||
"File is not locked" : "Filen er ikke låst", | ||
"File can only be unlocked by providing a valid owner lock token" : "Filen kan bare låses opp ved å oppgi et gyldig låsetoken for eieren", | ||
"File can only be unlocked by the owner of the lock" : "Filen kan bare låses opp av eieren av låsen", | ||
"Temporary files lock" : "Midlertidig fillås", | ||
"Temporary lock your files" : "Lås midlertidig filene dine", | ||
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "La brukerne låse filene midlertidig for å unngå konflikter mens de arbeider med delte filer.", | ||
"Locked by {user}" : "Låst av {user}", | ||
"Locked by {app}" : "Låst av {app}", | ||
"Unlock file" : "Lås opp fil", | ||
"Lock file" : "Lås fil" | ||
"Lock file" : "Lås fil", | ||
"Locked by {0}" : "Låst av {0}" | ||
}, | ||
"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 |
---|---|---|
@@ -1,5 +1,15 @@ | ||
{ "translations": { | ||
"File is currently locked by %s" : "Filen er for øyeblikket låst av %s", | ||
"File is not locked" : "Filen er ikke låst", | ||
"File can only be unlocked by providing a valid owner lock token" : "Filen kan bare låses opp ved å oppgi et gyldig låsetoken for eieren", | ||
"File can only be unlocked by the owner of the lock" : "Filen kan bare låses opp av eieren av låsen", | ||
"Temporary files lock" : "Midlertidig fillås", | ||
"Temporary lock your files" : "Lås midlertidig filene dine", | ||
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "La brukerne låse filene midlertidig for å unngå konflikter mens de arbeider med delte filer.", | ||
"Locked by {user}" : "Låst av {user}", | ||
"Locked by {app}" : "Låst av {app}", | ||
"Unlock file" : "Lås opp fil", | ||
"Lock file" : "Lås fil" | ||
"Lock file" : "Lås fil", | ||
"Locked by {0}" : "Låst av {0}" | ||
},"pluralForm" :"nplurals=2; plural=(n != 1);" | ||
} |