Add French translations to osx applicaiton

This commit is contained in:
Ron Pedde
2006-12-05 05:53:29 +00:00
parent 1f123424b3
commit 639b22611d
13 changed files with 827 additions and 2 deletions

View File

@@ -0,0 +1,61 @@
{
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
CLASS = NSPreferencePane;
LANGUAGE = ObjC;
OUTLETS = {
"_firstKeyView" = id;
"_initialKeyView" = id;
"_lastKeyView" = id;
"_window" = id;
};
SUPERCLASS = NSObject;
},
{
ACTIONS = {
applyNowButtonClicked = id;
browseButtonClicked = id;
helperMenuCheckboxClicked = id;
logoButtonClicked = id;
myAction = id;
passwordChanged = id;
portChanged = id;
portPopupChanged = id;
pwCheckBoxChanged = id;
serverStartOptionChanged = id;
shareNameChanged = id;
startStopButtonClicked = id;
webPageButtonClicked = id;
};
CLASS = OrgFireflyMediaServerPrefs;
LANGUAGE = ObjC;
OUTLETS = {
applyNowButton = NSButton;
browseButton = NSButton;
helperMenuCheckbox = NSButton;
libraryField = NSTextField;
libraryIcon = NSImageView;
logTextView = NSTextView;
mainTabView = NSTabView;
myOutlet = id;
nameField = NSTextField;
panelVersionText = NSTextField;
passwordCheckbox = NSButton;
passwordField = NSTextField;
portField = NSTextField;
portPopup = NSPopUpButton;
progressSpinner = NSProgressIndicator;
serverStartOptions = NSPopUpButton;
serverVersionText = NSTextField;
startStopButton = NSButton;
statusText = NSTextField;
webPageButton = NSButton;
webPageInfoText = NSTextField;
};
SUPERCLASS = NSPreferencePane;
},
{CLASS = TextFormatter; LANGUAGE = ObjC; SUPERCLASS = NSFormatter; }
);
IBVersion = 1;
}

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
<string>41 85 481 349 0 0 1440 878 </string>
<key>IBFramework Version</key>
<string>443.0</string>
<key>IBLockedTabItems</key>
<array>
<integer>99</integer>
</array>
<key>IBSystem Version</key>
<string>8L2127</string>
</dict>
</plist>

Binary file not shown.

View File

@@ -0,0 +1,61 @@
{
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
CLASS = NSPreferencePane;
LANGUAGE = ObjC;
OUTLETS = {
"_firstKeyView" = id;
"_initialKeyView" = id;
"_lastKeyView" = id;
"_window" = id;
};
SUPERCLASS = NSObject;
},
{
ACTIONS = {
applyNowButtonClicked = id;
browseButtonClicked = id;
helperMenuCheckboxClicked = id;
logoButtonClicked = id;
myAction = id;
passwordChanged = id;
portChanged = id;
portPopupChanged = id;
pwCheckBoxChanged = id;
serverStartOptionChanged = id;
shareNameChanged = id;
startStopButtonClicked = id;
webPageButtonClicked = id;
};
CLASS = OrgFireflyMediaServerPrefs;
LANGUAGE = ObjC;
OUTLETS = {
applyNowButton = NSButton;
browseButton = NSButton;
helperMenuCheckbox = NSButton;
libraryField = NSTextField;
libraryIcon = NSImageView;
logTextView = NSTextView;
mainTabView = NSTabView;
myOutlet = id;
nameField = NSTextField;
panelVersionText = NSTextField;
passwordCheckbox = NSButton;
passwordField = NSTextField;
portField = NSTextField;
portPopup = NSPopUpButton;
progressSpinner = NSProgressIndicator;
serverStartOptions = NSPopUpButton;
serverVersionText = NSTextField;
startStopButton = NSButton;
statusText = NSTextField;
webPageButton = NSButton;
webPageInfoText = NSTextField;
};
SUPERCLASS = NSPreferencePane;
},
{CLASS = TextFormatter; LANGUAGE = ObjC; SUPERCLASS = NSFormatter; }
);
IBVersion = 1;
}

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
<string>41 85 481 349 0 0 1440 878 </string>
<key>IBFramework Version</key>
<string>443.0</string>
<key>IBLockedTabItems</key>
<array>
<integer>99</integer>
</array>
<key>IBSystem Version</key>
<string>8L2127</string>
</dict>
</plist>

View File

@@ -0,0 +1,3 @@
/* Localized versions of Info.plist keys */
"NSHumanReadableCopyright" = "© 2006 Roku LLC";

View File

@@ -0,0 +1,159 @@
/* Format string for default library name */
"%@'s Firefly on %@" = "%1$@ de Firefly sur %2$@";
/* Displayed in place of server version when server is not running */
"(available when Firefly is running)" = "(disponible lorsque Firefly est démarré)";
/* Info text for the web page button when server is not running */
"Additional configuration options are available from Firefly's built-in web page. Available when Firefly is running." = "D'autres options de configuration additionnelles sont disponible depuis la page Web incluse dans Firefly. Disponible lorsque Firefly est démarré.";
/* Info text for the web page button when server is running */
"Additional configuration options are available from Firefly's built-in web page. Click to open the page in your browser." = "D'autres options de configuration additionnelles sont disponible depuis la page Web incluse dans Firefly. Cliquez pour ouvrir la page dans votre navigateur.";
/* Explanatory text for the failure-to-get-status alert */
"An unexpected error occurred when trying to get the status of the Firefly server. Please close and re-open this Preference pane, and try again." = "Une erreur inattendue s'est produite pendant l'obtention du status du serveur Firefly. Veuillez fermer puis ré-ouvrir cette Préférence, et essayez à nouveau.";
/* Explanatory text for the failure-to-stop alert */
"An unexpected error occurred when trying to start Firefly. Please close and re-open this Preference pane, and try again." = "Une erreur inattendue s'est produite pendant le démarrage de Firefly. Veuillez fermer puis ré-ouvrir cette Préférence, et essayez à nouveau.";
/* Explanatory text for the failure-to-stop alert */
"An unexpected error occurred when trying to stop Firefly. Please close and re-open this Preference pane, and try again." = "Une erreur inattendue s'est produite pendant l'arrêt de Firefly. Veuillez fermer puis ré-ouvrir cette Préférence, et essayez à nouveau.";
/* Label for apply button in save prompt dialog */
"Apply" = "Appliquer";
/* Prompt to save changes when exiting prefs pane */
"Apply configuration changes?" = "Appliquer les changements de configuration?";
/* Label for cancel button in save prompt dialog */
"Cancel" = "Annuler";
/* Status text for when Firefly state is not known */
"Checking Firefly status…" = "Vérification du status de Firefly…";
/* The Choose button in the library browser dialog */
"Choose" = "Choisissez";
/* Title of the library browser dialog */
"Choose Library Location" = "Choisissez l'emplacement de la bibliothèque";
/* Explanatory text for the connection-lost alert */
"Communication has been lost with the Firefly Helper. Please close and re-open this Preference pane, and try again." = "La communication avec l'Aide Firefly a été perdue. Veuillez fermer puis ré-ouvrir cette Préférence, et essayez à nouveau.";
/* Alert message notifying the user of config error */
"Configuration error" = "Erreur de configuration";
/* Label for dont' apply button in save prompt dialog */
"Don't Apply" = "Ne pas appliquer";
/* Explanatory text for the failure-to-apply alert */
"Due to an unexpected error, your changes could not be applied." = "Dû à une erreur inatendue, vos changements n'ont pas pu être appliquées.";
/* Alert message notifying the user of failure to apply */
"Failed to apply changes" = "Impossible d'appliquer les changements";
/* Alert message notifying the user of failure to save */
"Failed to save changes" = "Impossible de sauver les changements";
/* Explanatory text for the failure-to-apply alert */
"Firefly appears to be incorrectly installed or damaged. Please consult the documentation.\n\n" = "Firefly semble être incorrectement installé ou endommagé. Veuillez consulter la documentation.\n\n";
/* Explanatory text for the failure-to-save alert */
"Firefly could not be started because your changes could not be saved" = "Firefly peut ne pas démarrer parce que vos changements peuvent ne pas être sauvés";
/* Format string for error message */
"Firefly directory could not be found or created at: %@" = "Le répertoire de Firefly ne peut être trouvé ou crée sur: %@";
/* Status message for Firefly */
"Firefly failed to start" = "Firefly n'a pas pu démarrer";
/* Status message for Firefly */
"Firefly is not running" = "Firefly n'est pas démarré";
/* Status message for Firefly */
"Firefly is restarting" = "Firefly redémarre";
/* Status message for Firefly */
"Firefly is running" = "Firefly est démarré";
/* Status message for Firefly */
"Firefly is scanning the library" = "Firefly parcours la bibliothèque";
/* Status message for Firefly */
"Firefly is starting" = "Firefly démarre";
/* Status message for Firefly */
"Firefly is stopping" = "Firefly est arrêté";
/* Status message for Firefly */
"Firefly status is unknown" = "Le status de Firefly est inconnu";
/* Status message for Firefly */
"Firefly stopped unexpectedly" = "Firefly s'est arrêté inopinément";
/* @Alert title when port number is invalid */
"Invalid port number" = "Numéro de port Invalide";
/* Generic alert string for an invalid control */
"Invalid value" = "Valeur invalide";
/* Error message displayed at panel load */
"Library directory could not be found in user folder" = "Le répertoire contenant la bibliothèque n'a pas pu être trouvé dans le répertoire utilisateur";
/* Alert message notifying the user of failure to get status */
"Lost contact with Firefly Helper" = "Perte de contact avec l'Aide de Firefly";
/* @Alert title when library name is invalid */
"Missing library name" = "Nom de bibliothèque manquant";
/* @Alert title when password is invalid */
"Missing password" = "Mot de passe manquant";
/* Error message if library name is invalid */
"Please enter a library name" = "Veuillez entrer un nom de bibliothèque";
/* Error message if password is empty */
"Please enter a password, or un-check the password checkbox" = "Veuillez entrer un mot de passe, ou déselectionnez la checkbox du mot de passe";
/* Error message if invalid port entered */
"Please enter a port number between 1024 and 65535, or choose \"Automatic\" from the pop-up menu" = "Veuillez entrer un numéro de port entre 1024 et 65535, ou choisissez \"Automatic\" depuis le menu pop-up";
/* Info text for the library browse dialog */
"Please select the folder containing your music library, then click Choose." = "Veuillez sélectionner le dossier contennant votre bibliothèque musicale, puis cliquez sur Choisir.";
/* One of several titles for the start/stop button */
"Start Firefly" = "Démarrer Firefly";
/* One of several titles for the start/stop button */
"Stop Firefly" = "Arrêter Firefly";
/* Format string for error message */
"The configuration file is present, but is not writable: %@" = "Le fichier de configuration est présent, mais est protégé en écriture: %@";
/* Format string for error message upon invalid install */
"The Firefly installation appears to be damaged. Unable to locate Firefly Helper." = "L'installation de Firefly semble endommagée. Impossible de localiser l'Aide de Firefly.";
/* Text for missing log file */
"The log file has not been created." = "Le fichier de log n'a pas été crée.";
/* Text for empty log file */
"The log file is empty." = "Le fichier de log est vide.";
/* Format string for error message upon invalid install */
"Unable to create a default configuration file at: %@" = "impossible de créer un fichier de configuraion par défaut sur: %@";
/* Error message displayed at panel load */
"Unable to find or create Application Support folder" = "Impossible de trouver ou de créer le dossier de support de l'application";
/* Alert message notifying the user of failure to get status */
"Unable to get server status" = "Impossible d'obtenir le status du serveur";
/* Error message related to invalid config */
"Unable to read configuration information" = "impossible de lire les informations de configuration information";
/* Alert message notifying the user of failure to stop */
"Unable to start Firefly" = "Impossible de démarrer Firefly";
/* Alert message notifying the user of failure to stop */
"Unable to stop Firefly" = "Impossible d'arrêter Firefly";