-
-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1254 from TortugaPower/catalan
Add Catalan support
- Loading branch information
Showing
6 changed files
with
454 additions
and
4 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
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,21 @@ | ||
"Play the current book in ${applicationName}" = "Reprodueix el llibre actual a ${applicationName}"; | ||
"Play the last book in ${applicationName}" = "Reprodueix l'últim llibre a ${applicationName}"; | ||
"Continue the last played book in ${applicationName}" = "Continua amb l'últim llibre reproduït a ${applicationName}"; | ||
"Pause the current book in ${applicationName}" = "Posa en pausa el llibre actual a ${applicationName}"; | ||
"Pause playback in ${applicationName}" = "Posa en pausa la reproducció a ${applicationName}"; | ||
"Stop ${applicationName}" = "Atura ${applicationName}"; | ||
"Stop playback in ${applicationName}" = "Atura la reproducció a ${applicationName}"; | ||
"Set the sleep timer to the End of Chapter in ${applicationName}" = "Estableix el temporitzador de repòs al final del capítol a ${applicationName}"; | ||
"Set the sleep timer to the End of the current Chapter in ${applicationName}" = "Estableix el temporitzador de repòs al final del capítol actual a ${applicationName}"; | ||
"Cancel the sleep timer in ${applicationName}" = "Cancel·la el temporitzador de repòs a ${applicationName}"; | ||
"Turn off the sleep timer in ${applicationName}" = "Desactiveu el temporitzador de repòs a ${applicationName}"; | ||
"Set the sleep timer in ${applicationName}" = "Estableix el temporitzador de repòs a ${applicationName}"; | ||
"Turn on the sleep timer in ${applicationName}" = "Engega el temporitzador de repòs a ${applicationName}"; | ||
"Enable the sleep timer in ${applicationName}" = "Activa el temporitzador de repòs a ${applicationName}"; | ||
"Rewind in ${applicationName}" = "Rebobina a ${applicationName}"; | ||
"Jump back in ${applicationName}" = "Salta enrere a ${applicationName}"; | ||
"Skip back in ${applicationName}" = "Vés enrere a ${applicationName}"; | ||
"Go back in ${applicationName}" = "Torna a ${applicationName}"; | ||
"Fast forward in ${applicationName}" = "Avança ràpid a ${applicationName}"; | ||
"Skip forward in ${applicationName}" = "Salta endavant a ${applicationName}"; | ||
"Jump forward in ${applicationName}" = "Avança a ${applicationName}"; |
Oops, something went wrong.