diff --git a/lang/fr_FR/pubwich-fr_FR.mo b/lang/fr_FR/pubwich-fr_FR.mo new file mode 100644 index 0000000..853e0a0 Binary files /dev/null and b/lang/fr_FR/pubwich-fr_FR.mo differ diff --git a/lang/fr_FR/pubwich-fr_FR.po b/lang/fr_FR/pubwich-fr_FR.po new file mode 100644 index 0000000..d4fb7ce --- /dev/null +++ b/lang/fr_FR/pubwich-fr_FR.po @@ -0,0 +1,128 @@ +msgid "" +msgstr "" +"Project-Id-Version: Pubwich\n" +"Report-Msgid-Bugs-To: http://pubwich.com/\n" +"POT-Creation-Date: 2009-10-18 12:37-0400\n" +"PO-Revision-Date: \n" +"Last-Translator: NumEricR <->\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: French\n" +"X-Poedit-Country: FRANCE\n" + +#: lib/Pubwich.php:78 +msgid "Pubwich object initialization" +msgstr "Initialisation de l’objet Pubwich" + +#: lib/Pubwich.php:140 +#, php-format +msgid "The file %s was not found. It has to be there." +msgstr "Le fichier %s n’a pas été trouvé. Il doit être présent." + +#: lib/Pubwich.php:194 +#, php-format +msgid "Loading %s service" +msgstr "Chargement du service %s" + +#: lib/Pubwich.php:201 +#, php-format +msgid "You told Pubwich to use the %s service, but either the file %s or %s cannot be found." +msgstr "Vous avez dit à Pubwich d’utiliser le service %s, mais le fichier %s ou %s n’est pas disponible." + +#: lib/Pubwich.php:208 +#, php-format +msgid "The class %s doesn't exist. Check your configuration file for inexistent services or methods." +msgstr "La classe %s n’existe pas. Vérifiez que votre fichier de configuration ne contient pas de services ou de méthodes inexistants." + +#: lib/Pubwich.php:219 +msgid "Building application cache" +msgstr "Reconstruction de la cache de l’application" + +#: lib/Pubwich.php:336 +msgid "year" +msgstr "année" + +#: lib/Pubwich.php:337 +msgid "month" +msgstr "mois" + +#: lib/Pubwich.php:338 +msgid "week" +msgstr "semaine" + +#: lib/Pubwich.php:339 +msgid "day" +msgstr "jour" + +#: lib/Pubwich.php:340 +msgid "hour" +msgstr "heure" + +#: lib/Pubwich.php:341 +msgid "minute" +msgstr "minute" + +#: lib/Pubwich.php:348 +#, php-format +msgid "just moments ago" +msgstr "il y a quelques secondes" + +#: lib/Pubwich.php:352 +#, php-format +msgid "%d seconds ago" +msgstr "Il y a %d secondes" + +#: lib/Pubwich.php:356 +msgid "%e %B at %H:%M" +msgstr "%e %B à %H:%M" + +#: lib/Pubwich.php:371 +#, php-format +msgid "%s ago" +msgstr "Il y a %s" + +#: lib/PubwichErreur.php:14 +msgid "Erreur" +msgstr "Error" + +#: lib/Services/Lastfm.php:127 +msgid "Rebuilding cache for a Last.fm album" +msgstr "Reconstruction du cache pour un album Last.fm" + +#: lib/Services/Service.php:16 +#, php-format +msgid "Creating an instance of %s" +msgstr "Création d’une instance de %s" + +#: lib/Services/Service.php:70 +#, php-format +msgid "Setting the URL for %s: %s" +msgstr "Définition de l'URL pour %s : %s" + +#: lib/Services/Service.php:79 +#, php-format +msgid "Initializing instance of %s" +msgstr "Initialisation de l’instance de %s" + +#: lib/Services/Service.php:99 +#, php-format +msgid "Rebuilding the cache for %s service" +msgstr "Reconstruction du cache pour le service %s" + +#: lib/Services/Service.php:196 +#, php-format +msgid "An error occured with the %s API. The data is therefore unavailable." +msgstr "Une erreur est survenue avec l’API de %s. Les données ne sont donc pas disponibles. Veuillez réessayer plus tard." + +#: themes/default/index.tpl.php:21 +#, php-format +msgid "All data is © copyright %s. Proudly powered by %s." +msgstr "Toutes les données sont © copyright %s. Propulsé fièrement par %s." + +#~ msgid "Chargement du service %s" +#~ msgstr "Loading %s service" + +#~ msgid "il y a quelques secondes" +#~ msgstr "just moments ago" diff --git a/lib/Services/Custom/README b/lib/Services/Custom/README index e733552..a980cfd 100644 --- a/lib/Services/Custom/README +++ b/lib/Services/Custom/README @@ -1 +1 @@ -Placer ici vos services personnalisés. Vous pouvez vous inspirer des services dans le dossier `lib/Services/`. +Place your personalized Services here. You can inspire yourself from services in `lib/Services/` repertory. diff --git a/themes/default/functions.php b/themes/default/functions.php index fca0c13..6ffe02f 100644 --- a/themes/default/functions.php +++ b/themes/default/functions.php @@ -2,7 +2,7 @@ function boxTemplate() { return ' -
+

{{{title}}} {{{description}}}

    @@ -15,7 +15,7 @@ function boxTemplate() { function Text_boxTemplate() { return ' -
    +

    {{{title}}} {{{description}}}

    {{{items}}} diff --git a/themes/default/style.css b/themes/default/style.css index 7d9634f..8d8fa29 100644 --- a/themes/default/style.css +++ b/themes/default/style.css @@ -99,7 +99,7 @@ h1 a:hover { } /** - * Pied de page + * Footer ******************************************************************/ #footer { @@ -114,7 +114,7 @@ h1 a:hover { } /** - * Colonnes + * Columns ******************************************************************/ .col1 { @@ -135,10 +135,10 @@ h1 a:hover { } /** - * Boites + * Boxes ******************************************************************/ -.boite { +.box { margin: 0 0 18px; border: 1px solid #dfd3ac; background: #fffcf1; @@ -147,11 +147,11 @@ h1 a:hover { -webkit-box-shadow: 0 0 8px rgba( 0, 0, 0, 0.1); } -.boite.nodata { +.box.nodata { opacity: 0.5; } -.boite h2 { +.box h2 { font-size: 130%; padding: 8px 10px 9px; color: #c5b78a; @@ -160,29 +160,29 @@ h1 a:hover { border-bottom: 1px solid #dfd3ac; } -.boite h2 span { +.box h2 span { font-size: 80%; font-weight: normal; } -.boite h2 a { +.box h2 a { text-decoration: none; border: none; } -.boite ul li { +.box ul li { margin-bottom: 5px; } -.boite ul li.nodata { +.box ul li.nodata { opacity: 0.5; } -.boite .boite-inner { +.box .boite-inner { padding: 10px; } -.boite.no-title h2 { +.box.no-title h2 { display: none; } @@ -553,7 +553,7 @@ h1 a:hover { } /** - * WTF (aussi appelé "intro") + * WTF (also called "intro") ******************************************************************/ .wtf { @@ -569,7 +569,7 @@ h1 a:hover { } /** - * Crédits + * Credits ******************************************************************/ .credits p {