16 lines
797 B
Plaintext
Executable File
16 lines
797 B
Plaintext
Executable File
/*
|
|
RulesPredicates.strings
|
|
Notifications for YouTube
|
|
|
|
Created by Kim Wittenburg on 22.07.13.
|
|
Copyright (c) 2013 Kim Wittenburg. All rights reserved.
|
|
*/
|
|
|
|
"%[Any]@ of the following are true" = "Entspricht %[einem]@ der folgenden Kriterien";
|
|
"%[All]@ of the following are true" = "Entspricht %[allen]@ der folgenden Kriterien";
|
|
"%[None]@ of the following are true" = "Entspricht %[keinem]@ der folgenden Kriterien";
|
|
"%[Video Title]@ %[contains]@ %@" = "%1$[Videotitel]@ %2$[enthält]@ %3$@";
|
|
"%[Video Title]@ %[begins with]@ %@" = "%1$[Videotitel]@ %2$[beginnt mit]@ %3$@";
|
|
"%[Video Title]@ %[ends with]@ %@" = "%1$[Videotitel]@ %2$[endet mit]@ %3$@";
|
|
"%[Video Title]@ %[is]@ %@" = "%1$[Videotitel]@ %2$[ist]@ %3$@";
|
|
"%[Video Title]@ %[is not]@ %@" = "%1$[Videotitel]@ %2$[ist nicht]@ %3$@"; |