![]() |
2014-01-10
, 16:24
|
Posts: 58 |
Thanked: 19 times |
Joined on Jan 2012
@ Finland
|
#1062
|
I use {full-date} on my screen and it's displayed in english, it looks like:
Thursday, 9 January 2017
Is it possible to have some script/file with names for days and months in another language and use with existing commands (weekday name, month name, etc.) to display them on screen. The above output would be:
Četrtek, 9. januar 2014
Pretty please
EDIT: I see sometning like this on page 95, will check there first if I can adapt.
#!/bin/sh day=$(date +%u) echo | awk -v d=$day '{split("Mon Tue Wed Thu Fri Sat Sun",a," ") printf a[d]}'
![]() |
2014-01-13
, 05:47
|
|
Posts: 152 |
Thanked: 91 times |
Joined on Mar 2013
@ Russia Saratov
|
#1063
|
![]() |
2014-01-18
, 13:17
|
|
Posts: 149 |
Thanked: 72 times |
Joined on Mar 2012
@ Istanbul,Turkey
|
#1064
|
The Following User Says Thank You to trayhoper For This Useful Post: | ||
![]() |
2014-01-19
, 11:14
|
|
Posts: 198 |
Thanked: 118 times |
Joined on Apr 2012
@ United Arab Emirates, Dubai
|
#1065
|
I reflashed my device and now I can't download this app again from store because I've reached the max amount of downloads.I can't pay for this app again , anyone can help ?
![]() |
2014-01-19
, 18:36
|
|
Posts: 198 |
Thanked: 118 times |
Joined on Apr 2012
@ United Arab Emirates, Dubai
|
#1066
|
I reflashed my device and now I can't download this app again from store because I've reached the max amount of downloads.I can't pay for this app again , anyone can help ?
![]() |
2014-01-21
, 09:01
|
|
Posts: 152 |
Thanked: 91 times |
Joined on Mar 2013
@ Russia Saratov
|
#1067
|
#!/bin/sh # Display Watsup Status # by Alexxxl reply="" if $(qdbus | grep org.cepi.whatsup > /dev/null) then reply=`qdbus org.cepi.whatsup /org/cepi/whatsup org.cepi.whatsup.getStatus | sed -n 1p` fi echo -n $reply
The Following 2 Users Say Thank You to Alexxxl For This Useful Post: | ||
![]() |
2014-02-02
, 00:15
|
Posts: 49 |
Thanked: 8 times |
Joined on Oct 2013
|
#1068
|
![]() |
2014-02-06
, 15:13
|
Posts: 158 |
Thanked: 56 times |
Joined on Jan 2012
@ Timisoara, Romania
|
#1069
|
I use {full-date} on my screen and it's displayed in english, it looks like:
Thursday, 9 January 2017
Is it possible to have some script/file with names for days and months in another language and use with existing commands (weekday name, month name, etc.) to display them on screen. The above output would be:
Četrtek, 9. januar 2014
Pretty please
EDIT: I see sometning like this on page 95, will check there first if I can adapt.
![]() |
2014-02-06
, 16:19
|
Posts: 73 |
Thanked: 35 times |
Joined on Jun 2013
|
#1070
|
Found the cause! she was in a very slow internet!
Thanks for the tip on: