[Rezilla-commits] RezillaSource/Rezilla_Rsrc Rezilla_EN.ploc, 1.70, 1.71 Rezilla_FR.ploc, 1.75, 1.7
Brought to you by:
bdesgraupes
From: Bernard D. <bde...@us...> - 2006-11-24 11:51:59
|
Update of /cvsroot/rezilla/RezillaSource/Rezilla_Rsrc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv9205 Modified Files: Rezilla_EN.ploc Rezilla_FR.ploc Log Message: Compare map error strings Index: Rezilla_FR.ploc =================================================================== RCS file: /cvsroot/rezilla/RezillaSource/Rezilla_Rsrc/Rezilla_FR.ploc,v retrieving revision 1.75 retrieving revision 1.76 diff -u -d -r1.75 -r1.76 --- Rezilla_FR.ploc 18 Nov 2006 06:55:10 -0000 1.75 +++ Rezilla_FR.ploc 24 Nov 2006 11:51:56 -0000 1.76 @@ -1,4 +1,4 @@ -// Last modification: 2006-11-10 10:07:57 +// Last modification: 2006-11-24 11:03:48 localize "French" as "Localizable.strings" { @@ -13,6 +13,7 @@ key "CantImportOnExistingICNS" value string "Impossible dÕimporter sur des donnes existantes: crer une nouvelle ressource ÔicnsÕ pour importer depuis un fichier." key "CantOpenRezFileForWriting" value string "Impossible dÕouvrir le fichier de ressources en criture (erreur Ô%dÕ)." key "CantSaveReadOnly" value string "Impossible de sauvegarder les modifications: le document est en lecture seule." + key "CompareMapsError" value string "Une erreur Ô%dÕ sÕest produite au cours de la comparaison des tables de ressources." key "ConfirmCloseModifiedEditedRes" value string "Certaines ressources dites nÕont pas t valides. Voulez-vous les fermer quand mme ?" key "ConfirmCreateIcnsMember" value string "Voulez-vous crer un nouvel lment de type Ô%sÕ lÕintrieur de cette famille dÕicones ?" key "ConfirmRemoveIcnsMember" value string "Voulez-vous supprimer lÕlment Ô%sÕ de cette famille dÕicones ?" @@ -57,6 +58,7 @@ key "NoIDSpecified" value string "Vous devez spcifier un numro ID pour la ressource." key "NoOpenWritePermission" value string "La branche de ressources de Ô%sÕ est dj ouverte avec accs en criture depuis une autre application. Essayez de lÕouvrir en mode Read-Only." key "NoPictOnClipboard" value string "Il nÕy a pas de ressource ÔPICTÕ dans le presse-papiers." + key "NoPluginForThisType" value string "Pas de plugin disponible pour le type Ô%sÕ." key "NoRezForkAskCreate" value string "Le fichier Ô%sÕ ne contient aucune branche de ressources. Souhaitez-vous en ouvrir une ?" key "NoRezInAnyFork" value string "Le fichier Ô%sÕ ne contient aucune ressource." key "NoRezInDataFork" value string "Le fichier Ô%sÕ ne contient aucune ressource dans la branche de donnes." Index: Rezilla_EN.ploc =================================================================== RCS file: /cvsroot/rezilla/RezillaSource/Rezilla_Rsrc/Rezilla_EN.ploc,v retrieving revision 1.70 retrieving revision 1.71 diff -u -d -r1.70 -r1.71 --- Rezilla_EN.ploc 18 Nov 2006 06:55:10 -0000 1.70 +++ Rezilla_EN.ploc 24 Nov 2006 11:51:56 -0000 1.71 @@ -1,4 +1,4 @@ -// Last modification: 2006-11-10 10:06:03 +// Last modification: 2006-11-24 11:03:35 localize "English" as "Localizable.strings" { @@ -13,6 +13,7 @@ key "CantImportOnExistingICNS" value string "CanÕt import on already existing data: create a new ÔicnsÕ resource to import from file." key "CantOpenRezFileForWriting" value string "Could not open resource file for writing (error Ô%dÕ)." key "CantSaveReadOnly" value string "CanÕt save the modifications: document is read only." + key "CompareMapsError" value string "An error Ô%dÕ occured while comparing the resource maps." key "ConfirmCloseModifiedEditedRes" value string "Some edited resources have not been validated. Do you want to close anyway?" key "ConfirmCreateIcnsMember" value string "Do you want to create an icon member of type Ô%sÕ in the ÔicnsÕ family?" key "ConfirmRemoveIcnsMember" value string "Do you want to remove the Ô%sÕ member from the ÔicnsÕ family?" @@ -57,6 +58,7 @@ key "NoIDSpecified" value string "You must specify a resource ID." key "NoOpenWritePermission" value string "The resource fork of Ô%sÕ is already opened with write permission from another application. Try to open it in Read-Only mode." key "NoPictOnClipboard" value string "No ÔPICTÕ resource on the clipboard." + key "NoPluginForThisType" value string "No plugin available for Ô%sÕ type." key "NoRezForkAskCreate" value string "The file Ô%sÕ contains no resource fork. Do you want to open ?" key "NoRezInAnyFork" value string "The file Ô%sÕ contains no resources." key "NoRezInDataFork" value string "The file Ô%sÕ contains no resources in the data fork." |