Commit b4bd9b9b authored by twanvl's avatar twanvl

Fixed locale warnings for spanish, french, italian

parent a6339b05
...@@ -169,7 +169,7 @@ help: ...@@ -169,7 +169,7 @@ help:
reminder text: Show reminder text for the selected keyword reminder text: Show reminder text for the selected keyword
graph: graph:
pie: A pie graph, the radius of the slice indicates the number of cards pie: A pie graph, the size of the slice indicates the number of cards
bar: A bar graph, the height of the bar indicates the number of cards bar: A bar graph, the height of the bar indicates the number of cards
stack: A bar graph with stacked bars stack: A bar graph with stacked bars
scatter: A scatter plot, the size indicates the number of cards scatter: A scatter plot, the size indicates the number of cards
......
...@@ -399,6 +399,7 @@ label: ...@@ -399,6 +399,7 @@ label:
mode: Modo mode: Modo
uses: Usos uses: Usos
reminder: Texto recordatorio reminder: Texto recordatorio
rules: Reglas adicionales
standard keyword: standard keyword:
Esta es una palabra clave %s estándar, no puedes editarla. Esta es una palabra clave %s estándar, no puedes editarla.
Si haces una copia de la palabra clave tu copia tendrá preferencia. Si haces una copia de la palabra clave tu copia tendrá preferencia.
...@@ -548,14 +549,12 @@ button: ...@@ -548,14 +549,12 @@ button:
# Packages window # Packages window
keep package: &No cambio keep package: &No cambio
don't install package: &No instale don't install package: &No instale
install package: &Instalar install package: &Instalar
upgrade package: &Actualizar upgrade package: &Actualizar
remove package: &Quitar remove package: &Quitar
install group: &Instalar Todos install group: &Instalar Todos
upgrade group: &Actualizar Todos upgrade group: &Actualizar Todos
remove group: &Quitar Todos remove group: &Quitar Todos
upgrade group: &Upgrade All
remove group: &Remove All
############################################################## Titles in the GUI ############################################################## Titles in the GUI
title: title:
...@@ -693,6 +692,9 @@ error: ...@@ -693,6 +692,9 @@ error:
in function %s in function %s
in parameter: in parameter:
Parameter %s: %s Parameter %s: %s
in keyword reminder:
%s
in reminder text of keyword '%s'
# Image stuff # Image stuff
coordinates for blending overlap: Coordinates for blending overlap coordinates for blending overlap: Coordinates for blending overlap
......
...@@ -61,12 +61,12 @@ menu: ...@@ -61,12 +61,12 @@ menu:
reminder text: &Texte de rappel Ctrl+R reminder text: &Texte de rappel Ctrl+R
insert symbol: I&nserer Symbole insert symbol: I&nserer Symbole
graph: &Graphique graph: &Diagramme
pie: &Pie 1 pie: &Circulaire 1
bar: &Bar 2 bar: &Rectangles 2
stack: &Stacked Bars 3 stack: Rectangles &Empilé 3
scatter: N&uage de points 4 scatter: N&uage de Points 4
scatter pie: Sc&atter-Pie 5 scatter pie: Nu&age de Cercles 5
window: &Fenetre window: &Fenetre
new window: &Nouvelle fenetre new window: &Nouvelle fenetre
...@@ -399,6 +399,7 @@ label: ...@@ -399,6 +399,7 @@ label:
mode: Mode mode: Mode
uses: Uses uses: Uses
reminder: Reminder text reminder: Reminder text
rules: Règles supplémentaire
standard keyword: standard keyword:
This is a standard %s keyword, you can not edit it. This is a standard %s keyword, you can not edit it.
If you make a copy of the keyword your copy will take precedent. If you make a copy of the keyword your copy will take precedent.
...@@ -554,7 +555,6 @@ button: ...@@ -554,7 +555,6 @@ button:
install group: &Installer Tous install group: &Installer Tous
upgrade group: &Upgrader Tous upgrade group: &Upgrader Tous
remove group: &Effacer Tous remove group: &Effacer Tous
############################################################## Titles in the GUI ############################################################## Titles in the GUI
title: title:
...@@ -649,7 +649,6 @@ action: ...@@ -649,7 +649,6 @@ action:
move symmetry handle: Change symmetry orientation move symmetry handle: Change symmetry orientation
change symmetry type: Change symmetry type change symmetry type: Change symmetry type
change symmetry copies: Number of reflections change symmetry copies: Number of reflections
############################################################## Error messages ############################################################## Error messages
error: error:
...@@ -693,6 +692,9 @@ error: ...@@ -693,6 +692,9 @@ error:
in function %s in function %s
in parameter: in parameter:
Parameter %s: %s Parameter %s: %s
in keyword reminder:
%s
in reminder text of keyword '%s'
# Image stuff # Image stuff
coordinates for blending overlap: Coordinates for blending overlap coordinates for blending overlap: Coordinates for blending overlap
...@@ -745,7 +747,6 @@ error: ...@@ -745,7 +747,6 @@ error:
cannot create file: Can not create file '%s', continue installation? cannot create file: Can not create file '%s', continue installation?
############################################################## Types used in scripts / shape names ############################################################## Types used in scripts / shape names
type: type:
function: function function: function
...@@ -796,7 +797,6 @@ type: ...@@ -796,7 +797,6 @@ type:
point: point point: point
points: points points: points
############################################################## Magic ############################################################## Magic
game: game:
magic: magic:
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment