Thread Tools Display Modes
03/17/16, 03:23 PM   #1
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,566
Need some translations for AwesomeGuildStore

I need the following lines translated to French and Russian for the next version of AGS.

Code:
SUBFILTER_RECIPE_IMPROVEMENT_LABEL = "Recipe Improvement",
SUBFILTER_RECIPE_IMPROVEMENT_TOOLTIP = "Recipe Improvement <<1>> <<2>>",

SETTINGS_SKIP_EMPTY_PAGES_LABEL = "Skip empty result pages",
SETTINGS_SKIP_EMPTY_PAGES_DESCRIPTION = "When activated, pages that show no results due to local filters will automatically trigger a search for the next page. This can be suppressed by holding the ctrl key before the results are returned.",

SEARCH_LIBRARY_SORT_HEADER_NAME = "Name", -- Sort by the name of the favorite entry. Should not be longer than this word
SEARCH_LIBRARY_SORT_HEADER_SEARCHES = "Searches", -- Sort by how often a favorite was used. Should not be longer than this word
If you want to translate AGS for one of the other custom languages, feel free to contact me via PM.

Last edited by sirinsidiator : 03/17/16 at 04:40 PM.
  Reply With Quote
03/18/16, 06:33 AM   #2
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
Originally Posted by sirinsidiator View Post
I need the following lines translated to French and Russian for the next version of AGS.

Code:
SUBFILTER_RECIPE_IMPROVEMENT_LABEL = "Recipe Improvement",
SUBFILTER_RECIPE_IMPROVEMENT_TOOLTIP = "Recipe Improvement <<1>> <<2>>",

SETTINGS_SKIP_EMPTY_PAGES_LABEL = "Skip empty result pages",
SETTINGS_SKIP_EMPTY_PAGES_DESCRIPTION = "When activated, pages that show no results due to local filters will automatically trigger a search for the next page. This can be suppressed by holding the ctrl key before the results are returned.",

SEARCH_LIBRARY_SORT_HEADER_NAME = "Name", -- Sort by the name of the favorite entry. Should not be longer than this word
SEARCH_LIBRARY_SORT_HEADER_SEARCHES = "Searches", -- Sort by how often a favorite was used. Should not be longer than this word
If you want to translate AGS for one of the other custom languages, feel free to contact me via PM.
fr :

Lua Code:
  1. SUBFILTER_RECIPE_IMPROVEMENT_LABEL = "Amélioration de recette",
  2. SUBFILTER_RECIPE_IMPROVEMENT_TOOLTIP = "Amélioration de recette <<1>> <<2>>",
  3.  
  4. SETTINGS_SKIP_EMPTY_PAGES_LABEL = "Passer les pages de résultat vides",
  5. SETTINGS_SKIP_EMPTY_PAGES_DESCRIPTION = "Lors qu’activé, les pages n'affichant aucun résultat en raison des filtres locaux déclencheront au besoin une recherche des résultats suivants. Cette fonctionnalité peut être désactivée en maintenant la touche Ctrl enfoncée avant que les résultats ne soient affichés à l'écran.",
  6.  
  7. SEARCH_LIBRARY_SORT_HEADER_NAME = "Nom",
  8. SEARCH_LIBRARY_SORT_HEADER_SEARCHES = "Recherches",
  Reply With Quote
03/18/16, 06:36 AM   #3
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,566
Thanks!
  Reply With Quote

ESOUI » Developer Discussions » Translation Help » Need some translations for AwesomeGuildStore

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off