~elementary-pantheon/contractor/master

« back to all changes in this revision

Viewing changes to src/Translations.vala

  • Committer: Victor
  • Date: 2013-05-20 05:22:56 UTC
  • mto: This revision was merged to the branch mainline in revision 127.
  • Revision ID: git-v1:4089894fa6c305985c0a9abdd524bb8cdc5716ce
Remove translations.

This revision removes the "contractor" Gettext domain; this implies no longer keeping translations in Contractor itself. Contracts need to provide their own translation domain.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 */
17
17
 
18
18
public class Contractor.Translations {
19
 
    private const string archive_name = N_("Archives");
20
 
    private const string archive_desc = N_("Extract here");
21
 
    private const string archive_compress = N_("Compress");
22
 
    private const string wallpaper_name = N_("Wallpaper");
23
 
    private const string wallpaper_desc = N_("Set as Wallpaper");
24
 
 
25
19
    private static Gee.HashSet<string> domains;
26
20
 
27
21
    public static void init () {