-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement i18n in ncks, extend to es and fr
- Loading branch information
Showing
6 changed files
with
64 additions
and
24 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
cd ~/nco;cvs commit -m "Preparing nco-4.4.5 release" | ||
cvs tag -c nco-4_4_5;cvs tag -c nco-4_4_5-1 | ||
|
||
* Update i18n | ||
* Implement i18n in ncks, extend to es and fr | ||
|
||
2014-06-15 Charlie Zender <[email protected]> | ||
|
||
|
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,4 +1,4 @@ | ||
# Portable Object French translations for NCO, the netCDF Operators | ||
# Portable Object Spanish translations for NCO, the netCDF Operators | ||
# Copyright (C) 1995-2014 Charlie Zender | ||
# This file is distributed under the same license as the NCO package | ||
|
||
|
@@ -10,7 +10,7 @@ msgstr "" | |
"POT-Creation-Date: 2014-06-17 13:16-0700\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: Charlie Zender <[email protected]>\n" | ||
"Language-Team: French <[email protected]>\n" | ||
"Language-Team: Spanish <[email protected]>\n" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=iso-8859-1\n" | ||
|
@@ -19,24 +19,24 @@ msgstr "" | |
#: ../src/nco/ncra.c:539 | ||
#, c-format | ||
msgid "%s: ERROR Incorrect abbreviation for file list\n" | ||
msgstr "%s: ERREUR abréviation incorrecte pour la liste de fichiers\n" | ||
msgstr "%s: ERREUR Abreviatura incorrecta para lista de archivos\n" | ||
|
||
#: ../src/nco/ncra.c:616 | ||
#, c-format | ||
msgid "%s: I18N Current charset = %s\n" | ||
msgstr "%s: I18N Courant charset = %s\n" | ||
msgstr "%s: I18N Corriente charset = %s\n" | ||
|
||
#: ../src/nco/ncra.c:796 | ||
#, c-format | ||
msgid "%s: INFO Input file %d is %s" | ||
msgstr "%s: INFO Fichier d'entrée %d est %s" | ||
msgstr "%s: INFO archivo de entrada %d es %s" | ||
|
||
#: ../src/nco/ncra.c:799 | ||
#, c-format | ||
msgid ", local file is %s" | ||
msgstr ", fichier local est %s" | ||
msgstr ", archivo local es %s" | ||
|
||
#: ../src/nco/ncks.c:717 | ||
#, c-format | ||
msgid "%s: This text may appear in a foreign language\n" | ||
msgstr "%s: Ce texte peut apparaître dans une langue étrangère\n" | ||
msgid "%s: I18N This text may appear in a foreign language\n" | ||
msgstr "%s: I18N Este texto puede aparecer en un idioma extranjero\n" |
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
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