From 0b5f79623fd80c9a218562199eb343ae8ec72d95 Mon Sep 17 00:00:00 2001 From: Mawu3n4 Date: Wed, 10 Sep 2014 20:48:08 +0200 Subject: [PATCH 1/7] add: gitignore and build files in giitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..0a2b2e450 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +############## +# Build Files +############## +build/ \ No newline at end of file From f94f4c6553b3dc25531b260e67e5f023bf835461 Mon Sep 17 00:00:00 2001 From: Mawu3n4 Date: Wed, 10 Sep 2014 20:48:40 +0200 Subject: [PATCH 2/7] add: FR translations and fix bad grammar --- cockatrice/translations/cockatrice_fr.ts | 60 ++++++++++++------------ 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/cockatrice/translations/cockatrice_fr.ts b/cockatrice/translations/cockatrice_fr.ts index e8409f928..83e8d0dd3 100644 --- a/cockatrice/translations/cockatrice_fr.ts +++ b/cockatrice/translations/cockatrice_fr.ts @@ -44,27 +44,27 @@ Path to hand background: - Chemin pour les images de fond de main: + Chemin vers l'image de fond de la zone de main: Path to stack background: - Chemin pour les images de fond de pile: + Chemin pour l'image de fond de la pile: Path to table background: - Chemin pour les images d'arrière-plan: + Chemin vers l'image de fond de la zone de jeu: Path to player info background: - Chemin pour les images de fond d'affichage d'informations: + Chemin vers l'image de fond d'affichage d'informations: Path to picture of card back: - Chemin pour les images de dos des cartes: + Chemin vers l'image de dos des cartes: @@ -84,7 +84,7 @@ Display hand horizontally (wastes space) - Montrer la main horizontalement + Afficher la main horizontalement (perte d'espace) @@ -104,7 +104,7 @@ Zone view layout - Voir disposition de la zone + Disposition de la zone d'aperçu @@ -131,60 +131,60 @@ Please enter the duration of the ban (in minutes). Enter 0 for an indefinite ban. - Entrez la durée de temps du ban (en minutes). -Entrez 0 pour une durée illimitée du ban. + Entrez la durée de temps de blocage (en minutes). +Entrez 0 pour un blocage permanent. ban &user name - + bloquer &nom d'utilisateur ban &IP address - + bloquer &adresse IP Ban type - + Type du blocage &permanent ban - + &blocage permanent &temporary ban - + &blocage temporaire &Days: - + &Jours: &Hours: - + &Heures: &Minutes: - + &Minutes: Duration of the ban - + Durée du blocage Please enter the reason for the ban. This is only saved for moderators and cannot be seen by the banned person. - Veuillez expliquer la raison du ban. -Cette information ne sera consultable que par les modérateurs. + Veuillez expliquer la raison du blocage. +Cette information sera consultable uniquement par les modérateurs. @@ -204,12 +204,12 @@ Cette information ne sera consultable que par les modérateurs. Error - Erreur + Érreur You have to select a name-based or IP-based ban, or both. - + Vous devez choisir un blocage à partir du nom ou de l'IP, ou des deux. @@ -323,7 +323,7 @@ Cette information ne sera consultable que par les modérateurs. Ctrl+H - + Ctrl+H @@ -342,7 +342,7 @@ Cette information ne sera consultable que par les modérateurs. Set &P/T... - Fixer &F/E... + Définir &F/E... @@ -351,8 +351,8 @@ Cette information ne sera consultable que par les modérateurs. - &Power / toughness - F&orce / Endurance + &Power / Toughness + &Force / Endurance @@ -417,7 +417,7 @@ Cette information ne sera consultable que par les modérateurs. Set &power and toughness... - Fi&xer la force et l'endurance... + Dé&finir la force et l'endurance... @@ -457,7 +457,7 @@ Cette information ne sera consultable que par les modérateurs. &Set counters (%1)... - &Fixer marqueurs (%1)... + &Définir marqueurs (%1)... @@ -482,7 +482,7 @@ Cette information ne sera consultable que par les modérateurs. &exile - &exiler + &exile @@ -1774,7 +1774,7 @@ Cette information ne sera consultable que par les modérateurs. Italian: - + Italien: From 62c20dc0db39cf2e240c127dc5df57e96a9d40a0 Mon Sep 17 00:00:00 2001 From: Mawu3n4 Date: Thu, 11 Sep 2014 09:59:49 +0200 Subject: [PATCH 3/7] finish fr translation --- cockatrice/translations/cockatrice_fr.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/translations/cockatrice_fr.ts b/cockatrice/translations/cockatrice_fr.ts index 83e8d0dd3..fc9251ea1 100644 --- a/cockatrice/translations/cockatrice_fr.ts +++ b/cockatrice/translations/cockatrice_fr.ts @@ -4453,7 +4453,7 @@ Entrez 0 pour une durée illimitée du ban. Hash: - + Empreinte: From 3d90bd889211875eed9cd8bf61be4c0007ec2b52 Mon Sep 17 00:00:00 2001 From: Mawu3n4 Date: Thu, 11 Sep 2014 10:01:18 +0200 Subject: [PATCH 4/7] add: more thorough gitignore --- .gitignore | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 74 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 0a2b2e450..d0fb0ce04 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,74 @@ -############## -# Build Files -############## -build/ \ No newline at end of file +# Created by https://www.gitignore.io + +### CMake ### +CMakeCache.txt +CMakeFiles +Makefile +cmake_install.cmake +install_manifest.txt + + +### C++ ### +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + + +### Qt ### +# C++ objects and libs + +*.slo +*.lo +*.o +*.a +*.la +*.lai +*.so +*.dll +*.dylib + +# Qt-es + +/.qmake.cache +/.qmake.stash +*.pro.user +*.pro.user.* +*.moc +moc_*.cpp +qrc_*.cpp +ui_*.h +Makefile* +*-build-* + +# QtCreator + +*.autosave + +#QtCtreator Qml +*.qmlproject.user +*.qmlproject.user.* From cf2ac1f5cf4dc1dbc550bebad4fe33478ac164af Mon Sep 17 00:00:00 2001 From: Mawu3n4 Date: Thu, 11 Sep 2014 10:02:06 +0200 Subject: [PATCH 5/7] add: gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d0fb0ce04..97f614ac5 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ CMakeFiles Makefile cmake_install.cmake install_manifest.txt - +build/ ### C++ ### # Compiled Object files From 94cb0b05a8f35398b450324e359c140a3abd30f9 Mon Sep 17 00:00:00 2001 From: Mawu3n4 Date: Thu, 11 Sep 2014 14:15:19 +0200 Subject: [PATCH 6/7] fix: build in gitignore --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 97f614ac5..53150c648 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,6 @@ CMakeFiles Makefile cmake_install.cmake install_manifest.txt -build/ ### C++ ### # Compiled Object files From 0c0b3caa10171ec68726acf147246d1910b423bb Mon Sep 17 00:00:00 2001 From: Mawu3n4 Date: Thu, 11 Sep 2014 14:22:12 +0200 Subject: [PATCH 7/7] fix: back to a basic gitignore --- .gitignore | 76 +++--------------------------------------------------- 1 file changed, 4 insertions(+), 72 deletions(-) diff --git a/.gitignore b/.gitignore index 53150c648..300a1e563 100644 --- a/.gitignore +++ b/.gitignore @@ -1,73 +1,5 @@ -# Created by https://www.gitignore.io +############## +# Build Files +############## -### CMake ### -CMakeCache.txt -CMakeFiles -Makefile -cmake_install.cmake -install_manifest.txt - -### C++ ### -# Compiled Object files -*.slo -*.lo -*.o -*.obj - -# Precompiled Headers -*.gch -*.pch - -# Compiled Dynamic libraries -*.so -*.dylib -*.dll - -# Fortran module files -*.mod - -# Compiled Static libraries -*.lai -*.la -*.a -*.lib - -# Executables -*.exe -*.out -*.app - - -### Qt ### -# C++ objects and libs - -*.slo -*.lo -*.o -*.a -*.la -*.lai -*.so -*.dll -*.dylib - -# Qt-es - -/.qmake.cache -/.qmake.stash -*.pro.user -*.pro.user.* -*.moc -moc_*.cpp -qrc_*.cpp -ui_*.h -Makefile* -*-build-* - -# QtCreator - -*.autosave - -#QtCtreator Qml -*.qmlproject.user -*.qmlproject.user.* +build/