Skip to content

Commit

Permalink
Merge pull request #8 from nixplay/feature/476697751
Browse files Browse the repository at this point in the history
added EU translation
  • Loading branch information
hernandezChristian9 authored Apr 23, 2020
2 parents 5b8b7d8 + 1509889 commit 16ac56e
Show file tree
Hide file tree
Showing 4 changed files with 133 additions and 0 deletions.
1 change: 1 addition & 0 deletions Examples/GMPhotoPicker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@
fr,
it,
pt,
ja,
);
mainGroup = B37D576B19CA3B39007F64BD;
productRefGroup = B37D577519CA3B3A007F64BD /* Products */;
Expand Down
44 changes: 44 additions & 0 deletions GMImagePicker/es.lproj/GMImagePicker.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
/* Cancel */
"picker.navigation.cancel-button" = "Cancelar";

/* Done */
"picker.navigation.done-button" = "OK";

/* Camera */
"picker.navigation.camera-button" = "Cámara";

/* Navigation bar default title */
"picker.navigation.title" = "GMImagePicker";

/* %@ Items Selected */
"picker.selection.multiple-items" = "%@ ítems selec.";

/* %@ Photos Selected */
"picker.selection.multiple-photos" = "%@ fotos selec.";

/* %@ Videos Selected */
"picker.selection.multiple-videos" = "%@ vídeos selec.";

/* 1 Photo Selected */
"picker.selection.single-photo" = "1 foto selec.";

/* 1 Video Selected */
"picker.selection.single-video" = "1 vídeo selec.";

/* All photos */
"picker.table.all-photos-label" = "Carrete";

/* Smart Albums */
"picker.table.smart-albums-header" = "COLECCIONES INTELIGENTES";

/* Albums */
"picker.table.user-albums-header" = "COLECCIONES";

/* Action (button) permission - mic */
"picker.action.permission.microphone" = "Habilitar el acceso al micrófono";

/* Action (button) permission - camera */
"picker.action.permission.camera" = "Habilitar el acceso a la cámara";

/* Action (title) permission */
"picker.action.permission.title" = "Compartir en Nixplay";
44 changes: 44 additions & 0 deletions GMImagePicker/fr.lproj/GMImagePicker.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
/* Cancel */
"picker.navigation.cancel-button" = "Annuler";

/* Done */
"picker.navigation.done-button" = "Terminé";

/* Camera */
"picker.navigation.camera-button" = "Caméra";

/* Navigation bar default title */
"picker.navigation.title" = "GMImagePicker";

/* %@ Items Selected */
"picker.selection.multiple-items" = "%@ éléments sélectionnés";

/* %@ Photos Selected */
"picker.selection.multiple-photos" = "%@ photos sélectionnées";

/* %@ Videos Selected */
"picker.selection.multiple-videos" = "%@ vidéos sélectionnées";

/* 1 Photo Selected */
"picker.selection.single-photo" = "1 photo sélectionnée";

/* 1 Video Selected */
"picker.selection.single-video" = "1 vidéo sélectionnée";

/* All photos */
"picker.table.all-photos-label" = "Pellicule";

/* Smart Albums */
"picker.table.smart-albums-header" = "COLLECTIONS INTELLIGENTES";

/* Albums */
"picker.table.user-albums-header" = "COLLECTIONS";

/* Action (button) permission - mic */
"picker.action.permission.microphone" = "Permettre l'accès au microphone";

/* Action (button) permission - camera */
"picker.action.permission.camera" = "Permettre l'accès à l'appareil photo";

/* Action (title) permission */
"picker.action.permission.title" = "Partager sur Nixplay";
44 changes: 44 additions & 0 deletions GMImagePicker/it.lproj/GMImagePicker.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
/* Cancel */
"picker.navigation.cancel-button" = "Annulla";

/* Done */
"picker.navigation.done-button" = "Fine";

/* Camera */
"picker.navigation.camera-button" = "Camera";

/* Navigation bar default title */
"picker.navigation.title" = "GMImagePicker";

/* %@ Items Selected */
"picker.selection.multiple-items" = "%@ elementi selezionati";

/* %@ Photos Selected */
"picker.selection.multiple-photos" = "%1$@ foto selezionate";

/* %@ Videos Selected */
"picker.selection.multiple-videos" = "%@ video selezionati";

/* 1 Photo Selected */
"picker.selection.single-photo" = "1 foto selezionata";

/* 1 Video Selected */
"picker.selection.single-video" = "1 video selezionato";

/* All photos */
"picker.table.all-photos-label" = "Rullino foto";

/* Smart Albums */
"picker.table.smart-albums-header" = "RACCOLTE SMART";

/* Albums */
"picker.table.user-albums-header" = "COLLEZIONI";

/* Action (button) permission - mic */
"picker.action.permission.microphone" = "Abilita l'accesso al microfono";

/* Action (button) permission - camera */
"picker.action.permission.camera" = "Abilita l'accesso alla fotocamera";

/* Action (title) permission */
"picker.action.permission.title" = "Condividi con Nixplay";

0 comments on commit 16ac56e

Please sign in to comment.