This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/cordova-plugin-media-capture.git


The following commit(s) were added to refs/heads/master by this push:
     new 932e4e3  feat(ios): improve Localizable.strings & add FR (#256)
932e4e3 is described below

commit 932e4e3aa63a6e714a9ccccf1428f12688955a99
Author: Alexis THOMAS <[email protected]>
AuthorDate: Thu Jul 20 08:55:18 2023 +0200

    feat(ios): improve Localizable.strings & add FR (#256)
    
    * style(ios): cleanup existing Localizable files
    * feat(ios): update es Localizable strings
    * feat(ios): add fr Localizable strings
---
 src/ios/CDVCapture.bundle/de.lproj/Localizable.strings           | 1 -
 src/ios/CDVCapture.bundle/es.lproj/Localizable.strings           | 6 +++---
 .../CDVCapture.bundle/{de.lproj => fr.lproj}/Localizable.strings | 9 ++++-----
 src/ios/CDVCapture.bundle/se.lproj/Localizable.strings           | 1 -
 4 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/src/ios/CDVCapture.bundle/de.lproj/Localizable.strings 
b/src/ios/CDVCapture.bundle/de.lproj/Localizable.strings
index 945cbc4..4ae15bf 100644
--- a/src/ios/CDVCapture.bundle/de.lproj/Localizable.strings
+++ b/src/ios/CDVCapture.bundle/de.lproj/Localizable.strings
@@ -17,7 +17,6 @@
  under the License.
  */
 
-
 // controller title for Videos
 "Videos title" = "Videos";
 // accessibility label for recording button
diff --git a/src/ios/CDVCapture.bundle/es.lproj/Localizable.strings 
b/src/ios/CDVCapture.bundle/es.lproj/Localizable.strings
index ceade1a..255d9c5 100644
--- a/src/ios/CDVCapture.bundle/es.lproj/Localizable.strings
+++ b/src/ios/CDVCapture.bundle/es.lproj/Localizable.strings
@@ -20,8 +20,8 @@
 // controller title for Videos
 "Videos title" = "Videos";
 // accessibility label for recording button
-"toggle audio recording" = "grabación de audio cambiar";
+"toggle audio recording" = "activar/desactivar la grabación de audio";
 // notification spoken by VoiceOver when timed recording finishes
-"timed recording complete" = "tiempo de grabación completo";
+"timed recording complete" = "límite de grabación alcanzado";
 // accessibility hint for display of recorded elapsed time
-"recorded time in minutes and seconds" = "tiempo registrado en minutos y 
segundos";
+"recorded time in minutes and seconds" = "tiempo de grabación en minutos y 
segundos";
diff --git a/src/ios/CDVCapture.bundle/de.lproj/Localizable.strings 
b/src/ios/CDVCapture.bundle/fr.lproj/Localizable.strings
similarity index 79%
copy from src/ios/CDVCapture.bundle/de.lproj/Localizable.strings
copy to src/ios/CDVCapture.bundle/fr.lproj/Localizable.strings
index 945cbc4..2e5d0b0 100644
--- a/src/ios/CDVCapture.bundle/de.lproj/Localizable.strings
+++ b/src/ios/CDVCapture.bundle/fr.lproj/Localizable.strings
@@ -17,12 +17,11 @@
  under the License.
  */
 
-
 // controller title for Videos
-"Videos title" = "Videos";
+"Videos title" = "Vidéos";
 // accessibility label for recording button
-"toggle audio recording" = "starten/beenden der Tonaufnahme";
+"toggle audio recording" = "activer/désactiver l'enregistrement audio";
 // notification spoken by VoiceOver when timed recording finishes
-"timed recording complete" = "programmierte Aufnahme beendet";
+"timed recording complete" = "limite d'enregistrement atteinte";
 // accessibility hint for display of recorded elapsed time
-"recorded time in minutes and seconds" = "aufgenommene Zeit in Minuten und 
Sekunden";
+"recorded time in minutes and seconds" = "temps d'enregistrement en minutes et 
secondes";
diff --git a/src/ios/CDVCapture.bundle/se.lproj/Localizable.strings 
b/src/ios/CDVCapture.bundle/se.lproj/Localizable.strings
index aee034d..d01542f 100644
--- a/src/ios/CDVCapture.bundle/se.lproj/Localizable.strings
+++ b/src/ios/CDVCapture.bundle/se.lproj/Localizable.strings
@@ -17,7 +17,6 @@
  under the License.
  */
 
-
 // controller title for Videos
 "Videos title" = "Videor";
 // accessibility label for recording button


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to