diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-12-20 22:51:16 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-12-20 22:51:16 -0500 |
commit | 79537467da16a6eb877df20f295a447037092903 (patch) | |
tree | 0a4b6f1a12fb95749f0128d149937fa30eba8500 /conf | |
parent | a18decf4ccc9498f5fd394b03f77744bab89081b (diff) | |
download | gitea-79537467da16a6eb877df20f295a447037092903.tar.gz gitea-79537467da16a6eb877df20f295a447037092903.zip |
mirror fix and update
Diffstat (limited to 'conf')
-rw-r--r-- | conf/app.ini | 2 | ||||
-rwxr-xr-x | conf/locale/locale_fr-CA.ini | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/conf/app.ini b/conf/app.ini index d6ee6ae4d4..e1455f0e1e 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -154,7 +154,7 @@ HOST = [session] ; Either "memory", "file", "redis" or "mysql", default is "memory" -PROVIDER = file +PROVIDER = memory ; Provider config options ; memory: not have any config yet ; file: session file path, e.g. `data/sessions` diff --git a/conf/locale/locale_fr-CA.ini b/conf/locale/locale_fr-CA.ini index 4f710b00ce..c95e73ff42 100755 --- a/conf/locale/locale_fr-CA.ini +++ b/conf/locale/locale_fr-CA.ini @@ -26,7 +26,7 @@ organization=Organisation mirror=Miroir
new_repo=Nouveau Référentiel
new_migrate=Nouvelle Migration
-new_fork=Nouveau référentiel de fourche
+new_fork=Nouveau Référentiel d'Embranchement
new_org=Nouvelle Organisation
manage_org=Gérer les Organisations
admin_panel=Administration
@@ -257,9 +257,9 @@ repo_name=Nom du Référentiel repo_name_helper=Idéalement, le nom d'un Référentiel devrait être court, mémorable et <strong>unique</strong>.
visibility=Visibilité
visiblity_helper=Ce Référentiel est <span class="label label-red label-radius">Privé</span>
-fork_repo=Référentiel de la fourche
-fork_from=Fourche de
-fork_visiblity_helper=Référentiel Aristide ne peut pas changer sa visiblité
+fork_repo=Référentiel d'Embranchement
+fork_from=Embranchement de
+fork_visiblity_helper=Un Référentiel d'embranchement ne peut pas changer sa visiblité
repo_desc=Description
repo_lang=Langue
repo_lang_helper=Sélectionner un fichier .gitignore
|