allow localization for "Copy to clipboard" string

This commit is contained in:
Philipp Crocoll 2015-04-01 21:26:46 +02:00
parent 268a7c8434
commit cbfef09c81
2 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,7 @@ namespace keepass2android
}
public string Text
{
//TODO localize
get { return "Copy to clipboard"; }
get { return _context.Resources.GetString(Resource.String.copy_to_clipboard); }
}

View File

@ -68,6 +68,7 @@
<string name="digits">Digits</string>
<string name="disclaimer_formal">Keepass2Android comes with ABSOLUTELY NO WARRANTY; This is free software, and you are welcome to redistribute it under the conditions of the GPL version 2 or later.</string>
<string name="ellipsis">\u2026</string>
<string name="copy_to_clipboard">Copy to clipboard</string>
<string name="enter_filename">Enter database filename</string>
<string name="entry_accessed">Accessed</string>