From 3106be7e53137286b224fdbc8f1eeed06fd03fc9 Mon Sep 17 00:00:00 2001 From: mazze Date: Wed, 30 Mar 2016 10:54:53 +0000 Subject: [PATCH] Build version 1. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@52413 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- .../Wanderer/Tools/ExecuteStartup/catalogs/french.ct | 14 +++++++++++++- .../Wanderer/Tools/ExecuteStartup/catalogs/mmakefile.src | 5 ++++- workbench/system/Wanderer/Tools/ExecuteStartup/locale.c | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/workbench/system/Wanderer/Tools/ExecuteStartup/catalogs/french.ct b/workbench/system/Wanderer/Tools/ExecuteStartup/catalogs/french.ct index 31337d053a..17b65a8d35 100644 --- a/workbench/system/Wanderer/Tools/ExecuteStartup/catalogs/french.ct +++ b/workbench/system/Wanderer/Tools/ExecuteStartup/catalogs/french.ct @@ -5,37 +5,49 @@ ; MSG_ERROR Erreur +; Error ; MSG_WARNING Attention +; Warning ; MSG_OK D'accord +; OK ; MSG_ERROR_GETDISKOBJECT ExecuteStartup\nGetDiskObject a échoué pour :\n%s +; ExecuteStartup\nGetDiskObject failed for:\n%s ; MSG_ERROR_INFONODE ExecuteStartup\nPlus de mémoire pour InfoNode +; ExecuteStartup\nOut of memory for InfoNode ; MSG_ERROR_LNNAME ExecuteStartup\nPlus de mémoire pour ln_name +; ExecuteStartup\nOut of memory for ln_Name ; MSG_ERROR_SCANNING ExecuteStartup\nL'erreur %ld s'est produite\enscrutant le répertoire +; ExecuteStartup\nError %ld occured while scanning directory ; MSG_ERROR_ANCHORPATH ExecuteStartup\nPlus de mémoire pour AnchorPath +; ExecuteStartup\nOut of memory for AnchorPath ; MSG_ERROR_FILEINFOBLOCK ExecuteStartup\nPlus de mémoire pour FileInfoBlock +; ExecuteStartup\nOut of memory for FileInfoBlock ; MSG_ERROR_MEMORYPOOL ExecuteStartup\nImpossible de créer la memory pool +; ExecuteStartup\nCouldn't create pool memory ; MSG_ERROR_EXAMINE ExecuteStartup\nImpossible d'examiner -; +; ExecuteStartup\nCouldn't examine +;Note final space! MSG_WARNING_OPENWBOBJECT ExecuteStartup\nOpenWorkbenchObject a échoué pour :\n%s +; ExecuteStartup\nOpenWorkbenchObject failed for:\n%s ; diff --git a/workbench/system/Wanderer/Tools/ExecuteStartup/catalogs/mmakefile.src b/workbench/system/Wanderer/Tools/ExecuteStartup/catalogs/mmakefile.src index 5e5bad808f..a2714791d3 100644 --- a/workbench/system/Wanderer/Tools/ExecuteStartup/catalogs/mmakefile.src +++ b/workbench/system/Wanderer/Tools/ExecuteStartup/catalogs/mmakefile.src @@ -3,5 +3,8 @@ include $(SRCDIR)/config/aros.cfg +CATALOGS:=french + %build_catalogs mmake=workbench-system-wanderer-tools-executestartup-catalogs \ - name=ExecuteStartup subdir=System/System/Wanderer/Tools + catalogs=$(CATALOGS) \ + name=ExecuteStartup subdir=System/System/Wanderer/Tools diff --git a/workbench/system/Wanderer/Tools/ExecuteStartup/locale.c b/workbench/system/Wanderer/Tools/ExecuteStartup/locale.c index f8dc3cd499..128477421c 100644 --- a/workbench/system/Wanderer/Tools/ExecuteStartup/locale.c +++ b/workbench/system/Wanderer/Tools/ExecuteStartup/locale.c @@ -11,7 +11,7 @@ #include "strings.h" #define CATALOG_NAME "System/System/Wanderer/Tools/executestartup.catalog" -#define CATALOG_VERSION 0 +#define CATALOG_VERSION 1 /*** Variables **************************************************************/ static struct Catalog *catalog; -- 2.11.4.GIT