Skip to content

Commit

Permalink
Merge pull request #9 from p-bo/patch-2
Browse files Browse the repository at this point in the history
Add Czech localization - .js variant
  • Loading branch information
newhinton authored Oct 5, 2022
2 parents 6bafc8b + 3ce9c41 commit 338fa8f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions l10n/cs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
OC.L10N.register(
"quickaccesssorting", {
"Sorting-Strategy" : "Způsob řazení",
"Custom Order (Default)" : "Uživatelsky určené (výchozí)",
"Date Modified" : "Podle data změny",
"Date Added" : "Podle data přidání",
"Alphabetical" : "Abecedně",
"Favorites Quickaccess Sorting" : "Řazení oblíbených položek v rychlém přístupu",
"Different Sorting for favorites-quickaccess!" : "Různé řazení pro oblíbené položky v rychlém přístupu",
"This app enables to sort the favorites by 'Alphabetically', 'Date Added', Last Date Modified' and 'Custom Order'!" : "Tato aplikace umožňuje řadit oblíbené položky abecedně, podle data přidání, data poslední úpravy a uživatelsky."
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");

0 comments on commit 338fa8f

Please sign in to comment.