90 lines
2.4 KiB
Diff
90 lines
2.4 KiB
Diff
--- nls/af.po
|
||
+++ nls/af.po
|
||
@@ -135,8 +135,8 @@
|
||
|
||
#: sadc.c:568
|
||
#, c-format
|
||
-msgid "Cannot append data to that file\n"
|
||
-msgstr "Kan nie data byskryf by die file nie\n"
|
||
+msgid "Cannot append data to file %s: the number of processors has changed\n"
|
||
+msgstr "Kan nie data byskryf by die file nie (%s)\n"
|
||
|
||
#: sadf.c:78
|
||
#, c-format
|
||
--- nls/de.po
|
||
+++ nls/de.po
|
||
@@ -135,8 +135,8 @@
|
||
|
||
#: sadc.c:568
|
||
#, c-format
|
||
-msgid "Cannot append data to that file\n"
|
||
-msgstr "An diese Datei können keine Daten angehangen werden.\n"
|
||
+msgid "Cannot append data to file %s: the number of processors has changed\n"
|
||
+msgstr "An die Datei %s k-Bönnen keine Daten angehangen werden: die Anzahl der Prozessoren ist ge-Aändert\n"
|
||
|
||
#: sadf.c:78
|
||
#, c-format
|
||
--- nls/es.po
|
||
+++ nls/es.po
|
||
@@ -135,8 +135,8 @@
|
||
|
||
#: sadc.c:568
|
||
#, c-format
|
||
-msgid "Cannot append data to that file\n"
|
||
-msgstr "No pueden añadirse datos a ese fichero\n"
|
||
+msgid "Cannot append data to file %s: the number of processors has changed\n"
|
||
+msgstr "No pueden añadirse datos al fichero %s: el número de procesadores ha cambiado\n"
|
||
|
||
#: sadf.c:78
|
||
#, c-format
|
||
--- nls/fr.po
|
||
+++ nls/fr.po
|
||
@@ -135,8 +135,8 @@
|
||
|
||
#: sadc.c:568
|
||
#, c-format
|
||
-msgid "Cannot append data to that file\n"
|
||
-msgstr "Impossible d'ajouter des données à la fin de ce fichier\n"
|
||
+msgid "Cannot append data to file %s: the number of processors has changed\n"
|
||
+msgstr "Impossible d'ajouter des données à la fin de fichier %s: le nombre de processeurs s'est changé\n"
|
||
|
||
#: sadf.c:78
|
||
#, c-format
|
||
--- nls/it.po
|
||
+++ nls/it.po
|
||
@@ -136,8 +136,8 @@
|
||
|
||
#: sadc.c:568
|
||
#, c-format
|
||
-msgid "Cannot append data to that file\n"
|
||
-msgstr "Impossibile aggiungere dati a quel file\n"
|
||
+msgid "Cannot append data to file %s: the number of processors has changed\n"
|
||
+msgstr "Impossibile aggiungere dati a quel file (%s)\n"
|
||
|
||
#: sadf.c:78
|
||
#, c-format
|
||
--- nls/pt.po
|
||
+++ nls/pt.po
|
||
@@ -135,8 +135,8 @@
|
||
|
||
#: sadc.c:568
|
||
#, c-format
|
||
-msgid "Cannot append data to that file\n"
|
||
-msgstr "Não posso adicionar dados neste arquivo\n"
|
||
+msgid "Cannot append data to file %s: the number of processors has changed\n"
|
||
+msgstr "Não posso adicionar dados neste arquivo (%s)\n"
|
||
|
||
#: sadf.c:78
|
||
#, c-format
|
||
--- sadc.c
|
||
+++ sadc.c
|
||
@@ -565,7 +565,7 @@
|
||
create_sa_file(ofd, ofile, file_stats_size, flags);
|
||
return;
|
||
}
|
||
- fprintf(stderr, _("Cannot append data to that file\n"));
|
||
+ fprintf(stderr, _("Cannot append data to file %s: the number of processors has changed\n"), ofile);
|
||
exit(1);
|
||
}
|
||
|