mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 06:15:26 +00:00
Big translation update
This enables all languages for the moment - let's see if we can get them all ready for the 3.1 release. It also fixes the use of \% instead of %% in one of the strings. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
172982b860
commit
2af4014c1e
24 changed files with 20054 additions and 8314 deletions
1271
po/bg_BG.po
1271
po/bg_BG.po
File diff suppressed because it is too large
Load diff
1
po/ca_ES.aliases
Normal file
1
po/ca_ES.aliases
Normal file
|
@ -0,0 +1 @@
|
|||
ca
|
File diff suppressed because it is too large
Load diff
1
po/da_DK.aliases
Normal file
1
po/da_DK.aliases
Normal file
|
@ -0,0 +1 @@
|
|||
dk
|
2276
po/da_DK.po
Normal file
2276
po/da_DK.po
Normal file
File diff suppressed because it is too large
Load diff
1266
po/de_CH.po
1266
po/de_CH.po
File diff suppressed because it is too large
Load diff
1261
po/de_DE.po
1261
po/de_DE.po
File diff suppressed because it is too large
Load diff
1272
po/es_ES.po
1272
po/es_ES.po
File diff suppressed because it is too large
Load diff
1
po/et_EE.aliases
Normal file
1
po/et_EE.aliases
Normal file
|
@ -0,0 +1 @@
|
|||
ee
|
2277
po/et_EE.po
Normal file
2277
po/et_EE.po
Normal file
File diff suppressed because it is too large
Load diff
1229
po/fi_FI.po
1229
po/fi_FI.po
File diff suppressed because it is too large
Load diff
1274
po/fr_FR.po
1274
po/fr_FR.po
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
2280
po/it_IT.po
Normal file
2280
po/it_IT.po
Normal file
File diff suppressed because it is too large
Load diff
1270
po/nb_NO.po
1270
po/nb_NO.po
File diff suppressed because it is too large
Load diff
1262
po/nl_NL.po
1262
po/nl_NL.po
File diff suppressed because it is too large
Load diff
1218
po/pl_PL.po
1218
po/pl_PL.po
File diff suppressed because it is too large
Load diff
1
po/pt_BR.aliases
Normal file
1
po/pt_BR.aliases
Normal file
|
@ -0,0 +1 @@
|
|||
br
|
2277
po/pt_BR.po
Normal file
2277
po/pt_BR.po
Normal file
File diff suppressed because it is too large
Load diff
1259
po/pt_PT.po
1259
po/pt_PT.po
File diff suppressed because it is too large
Load diff
1154
po/ru_RU.po
1154
po/ru_RU.po
File diff suppressed because it is too large
Load diff
1268
po/sk_SK.po
1268
po/sk_SK.po
File diff suppressed because it is too large
Load diff
1219
po/sv_SE.po
1219
po/sv_SE.po
File diff suppressed because it is too large
Load diff
2
print.c
2
print.c
|
@ -1009,7 +1009,7 @@ static GtkWidget *print_dialog(GtkPrintOperation *operation, gpointer user_data)
|
|||
gtk_box_pack_start(GTK_BOX(box1), radio4, TRUE, FALSE, 2);
|
||||
gtk_box_pack_start(GTK_BOX(box1), radio5, TRUE, FALSE, 2);
|
||||
|
||||
frame2 = gtk_frame_new(_("Sizing heights (\% of layout)"));
|
||||
frame2 = gtk_frame_new(_("Sizing heights (%% of layout)"));
|
||||
gtk_box_pack_start(GTK_BOX(box), frame2, FALSE, FALSE, 5);
|
||||
|
||||
box2 = gtk_hbox_new (TRUE, 1);
|
||||
|
|
Loading…
Add table
Reference in a new issue