1999-01-18 Arturo Espinosa <arturo@nuclecu.unam.mx>
* file.c: Use N_ instead of _ for some of miguel's last tags.
Этот коммит содержится в:
родитель
f4298f2539
Коммит
9f2f16a96b
@ -1,3 +1,7 @@
|
|||||||
|
1999-01-18 Arturo Espinosa <arturo@nuclecu.unam.mx>
|
||||||
|
|
||||||
|
* file.c: Use N_ instead of _ for some of miguel's last tags.
|
||||||
|
|
||||||
1999-01-18 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
1999-01-18 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||||
|
|
||||||
* file.c: Tag some more strings for localization.
|
* file.c: Tag some more strings for localization.
|
||||||
|
@ -126,7 +126,7 @@ int file_op_compute_totals = 1;
|
|||||||
int know_not_what_am_i_doing = 0;
|
int know_not_what_am_i_doing = 0;
|
||||||
|
|
||||||
/* mapping operations into names */
|
/* mapping operations into names */
|
||||||
char *operation_names [] = { _("Copy"), _("Move"), _("Delete") };
|
char *operation_names [] = { N_("Copy"), N_("Move"), N_("Delete") };
|
||||||
|
|
||||||
/* This is a hard link cache */
|
/* This is a hard link cache */
|
||||||
struct link {
|
struct link {
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user